/[notice-sender]/trunk/Nos.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/Nos.pm

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

revision 30 by dpavlin, Mon May 16 21:54:41 2005 UTC revision 31 by dpavlin, Mon May 16 22:04:40 2005 UTC
# Line 340  sub _get_list { Line 340  sub _get_list {
340    
341          my $name = shift || return;          my $name = shift || return;
342    
343          my $lists = $self->{'loader'}->find_class('lists');          my $lists = $self->{'loader'}->find_class('lists') || confess "can't find lists class";
344    
345          return $lists->search({ name => $name });          return $lists->search({ name => $name })->first;
346  }  }
347    
348    

Legend:
Removed from v.30  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.26