Changeset 295 for trunk


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

/trunk

Bugfix for the bugfix in r292. (merge)

File:
1 edited

Legend:

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

    r293 r295  
    210210        # Notify tech@example.com
    211211        mailNotify('tech@example.com',"$disp_alloctypes{$webvar{alloctype}} allocation",
    212           "$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n".
     212          "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer".
     213          " $webvar{custid}\n".
    213214          "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
    214215      }
Note: See TracChangeset for help on using the changeset viewer.