Changeset 426 for trunk/cgi-bin/IPDB.pm


Ignore:
Timestamp:
07/08/10 13:16:24 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Tweak mailNotify call on SWIP-is-on
Note "special" notification option for SWIP-is-on
Fix add-special-notice so that the special flag content gets inserted
Complain if any of reciplist, section, and target/alloctype are missing while

adding a new notification

Fix mailNotify to actually iterate over all of the combinations it's supposed

to instead of just looking up the passed action code

Closes #21

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r422 r426  
    847847  my @reciplist;
    848848  foreach (@actionsets) {
    849     $sth->execute($action);
     849    $sth->execute($_);
    850850##fixme - need to handle db errors
    851851    my ($recipsub) = $sth->fetchrow_array;
Note: See TracChangeset for help on using the changeset viewer.