Changeset 462


Ignore:
Timestamp:
08/05/10 17:16:11 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Error cleanup: Quietly do nothing in mailNotify() if smtphost
has not been changed from default.

File:
1 edited

Legend:

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

    r443 r462  
    832832  my ($action,$subj,$message) = @_;
    833833
     834  return if $smtphost eq 'smtp.example.com';   # do nothing if still using default SMTP host.
     835
    834836##fixme: need to redesign the breakdown/processing for $action for proper handling of all cases
    835837
Note: See TracChangeset for help on using the changeset viewer.