Ignore:
Timestamp:
05/14/13 17:45:17 (11 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge /trunk changes up to r516

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

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

    r507 r592  
    1717use DBI;
    1818use CommonWeb qw(:ALL);
    19 use CustIDCK;
    2019#use POSIX qw(ceil);
    2120use NetAddr::IP;
     
    2625##uselib##
    2726
     27use CustIDCK;
    2828use MyIPDB;
    2929
     
    254254        syslog "notice", "$authuser allocated '$webvar{cidr}' to '$webvar{custid}' as ".
    255255                "'$webvar{alloctype}'";
    256         mailNotify($ip_dbh, "a$webvar{alloctype}",
    257           "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer".
    258           " $webvar{custid}\n".
     256        mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
     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.