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

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

revision 20 by dpavlin, Sun May 15 21:19:26 2005 UTC revision 21 by dpavlin, Sun May 15 21:35:15 2005 UTC
# Line 104  B<This seems somewhat cludgy, and it wil Line 104  B<This seems somewhat cludgy, and it wil
104  =cut  =cut
105    
106  } elsif ($add_opt) {  } elsif ($add_opt) {
         #my $noticer = $loader->find_class('Noticer') || die "can't find my class!";  
107          my $list = $lists->find_or_create({          my $list = $lists->find_or_create({
108                  name => $add_opt,                  name => $add_opt,
109          }) || die "can't add list $add_opt\n";          }) || die "can't add list $add_opt\n";
110    
111          if ($email_opt && $list->email ne $email_opt) {          if ($email_opt && $list->email ne $email_opt) {
112                  $list->email($email_opt);                  $list->email($email_opt);
113                  $list->update;                  $list->update;

Legend:
Removed from v.20  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26