Changeset 454


Ignore:
Timestamp:
07/30/10 15:29:26 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Renormalized (AKA copy-pasted) existing mailNotify call in admin.cgi
against calls in main.cgi due to incomplete fix in r452. See #2.

File:
1 edited

Legend:

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

    r452 r454  
    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 $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".
    258258          "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
    259259      }
Note: See TracChangeset for help on using the changeset viewer.