Changeset 131 for branches/stable


Ignore:
Timestamp:
01/21/05 12:18:25 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix for mailNotify() - probably mangled in the merge at r125.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/IPDB.pm

    r129 r131  
    569569  $mailer->to($recip);
    570570  $mailer->data("From: \"IP Database\" <ipdb\@example.com>\n",
     571        "To: $recip\n",
    571572        "Date: ".strftime("%a, %d %b %Y %H:%M:%S %z",localtime)."\n",
    572573        "Subject: {IPDB} $subj\n",
Note: See TracChangeset for help on using the changeset viewer.