/[meteor]/googlecode.com/svn/trunk/Meteor/Channel.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 /googlecode.com/svn/trunk/Meteor/Channel.pm

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

revision 53 by andrew.betts, Wed Feb 27 21:58:56 2008 UTC revision 58 by andrew.betts, Thu Mar 6 08:29:39 2008 UTC
# Line 359  sub descriptionWithTemplate { Line 359  sub descriptionWithTemplate {
359                  } elsif($1 eq 'subscriberCount') {                  } elsif($1 eq 'subscriberCount') {
360                          $self->subscriberCount();                          $self->subscriberCount();
361                  } elsif($1 eq 'lastMsgID') {                  } elsif($1 eq 'lastMsgID') {
362                          $self->lastMsgID() || 0;                          $self->lastMsgID() || 1;
363                  } elsif($1 eq 'name') {                  } elsif($1 eq 'name') {
364                          $self->{'name'};                          $self->{'name'};
365                  } else {                  } else {

Legend:
Removed from v.53  
changed lines
  Added in v.58

  ViewVC Help
Powered by ViewVC 1.1.26