Changeset 452


Ignore:
Timestamp:
07/29/10 17:36:23 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Squashed a mail bug in the admin tools; wasn't calling
mailNotify() correctly. See #2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/admin.cgi

    r438 r452  
    255255                "'$webvar{alloctype}'";
    256256        mailNotify($ip_dbh, "a$webvar{alloctype}",
    257           "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer".
    258           " $webvar{custid}\n".
     257          "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer $webvar{custid}\n",
    259258          "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
    260259      }
Note: See TracChangeset for help on using the changeset viewer.