Ignore:
Timestamp:
08/12/10 12:00:28 (14 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Merge trunk bugfixes and updates

Location:
branches/htmlform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform

  • branches/htmlform/cgi-bin/admin.cgi

    r459 r468  
    265265        syslog "notice", "$authuser allocated '$webvar{cidr}' to '$webvar{custid}' as ".
    266266                "'$webvar{alloctype}'";
    267         mailNotify($ip_dbh, "a$webvar{alloctype}",
    268           "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer".
    269           " $webvar{custid}\n".
     267        mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
     268          "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer $webvar{custid}\n".
    270269          "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
    271270      }
Note: See TracChangeset for help on using the changeset viewer.