/[meteor]/trunk/Meteor/Subscriber.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Meteor/Subscriber.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 79 by dpavlin, Sat Mar 28 03:45:31 2009 UTC revision 80 by dpavlin, Sun Mar 29 01:28:23 2009 UTC
# Line 216  sub processLine { Line 216  sub processLine {
216                          $self->close(1, 'disconnectRequested');                          $self->close(1, 'disconnectRequested');
217                          return;                          return;
218                  }                  }
219                  elsif($self->{'headerBuffer'}=~m{GET\s+/koha/(\d+)})                  elsif($self->{'headerBuffer'}=~m{GET\s+/koha/(\S+)})
220                  {                  {
221                          Meteor::Koha->item($self,$1);                          Meteor::Koha->item($self,$1);
222                          $self->SUPER::close();                          $self->SUPER::close();

Legend:
Removed from v.79  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC 1.1.26