Changeset 203


Ignore:
Timestamp:
03/21/05 15:49:01 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Update notifications with ADDED: prefix in subject

File:
1 edited

Legend:

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

    r200 r203  
    981981      print qq(<div class="center"><div class="heading">The IP $msg has been allocated to customer $webvar{custid}</div></div>);
    982982      # Notify tech@example.com
    983       mailNotify('tech@example.com',"$disp_alloctypes{$webvar{alloctype}} allocation",
     983      mailNotify('tech@example.com',"ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
    984984        "$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n".
    985985        "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
Note: See TracChangeset for help on using the changeset viewer.