Ignore:
Timestamp:
10/16/13 13:32:05 (11 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fix version handling in mailNotify(); just inline $IPDB::VERSION
instead of rolling it through sprintf

File:
1 edited

Legend:

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

    r611 r612  
    13811381        "Date: ".strftime("%a, %d %b %Y %H:%M:%S %z",localtime)."\n",
    13821382        "Subject: {IPDB} $subj\n",
    1383         "X-Mailer: IPDB Notify v".sprintf("%.1d",$IPDB::VERSION)."\n",
     1383        "X-Mailer: IPDB Notify v$IPDB::VERSION\n",
    13841384        "Organization: $org_name\n",
    13851385        "\n$message\n");
Note: See TracChangeset for help on using the changeset viewer.