Changeset 294 for branches


Ignore:
Timestamp:
10/14/05 11:19:15 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix for the bugfix in r292.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/admin.cgi

    r292 r294  
    226226        # Notify tech@example.com
    227227        mailNotify('tech@example.com',"$disp_alloctypes{$webvar{alloctype}} allocation",
    228           "$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n".
     228          "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer".
     229          " $webvar{custid}\n".
    229230          "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
    230231      }
Note: See TracChangeset for help on using the changeset viewer.