Changeset 338 for branches/stable


Ignore:
Timestamp:
05/24/06 10:43:05 (18 years ago)
Author:
Kris Deugau
Message:

[ History-conversion filler commit. Original log message: ]
/branches/stable

s/Billing Gateway/APEX/g

Location:
branches/stable/cgi-bin
Files:
2 edited

Legend:

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

    r335 r338  
    119119      # Force uppercase for now...
    120120      $webvar{custid} =~ tr/a-z/A-Z/;
    121       # Crosscheck with ... er...  something.
     121      # Crosscheck with billing.
    122122      my $status = CustIDCK->custid_exist($webvar{custid});
    123123      if ($CustIDCK::Error) {
  • branches/stable/cgi-bin/main.cgi

    r322 r338  
    924924      # Force uppercase for now...
    925925      $webvar{custid} =~ tr/a-z/A-Z/;
    926       # Crosscheck with ... er...  something.
     926      # Crosscheck with billing.
    927927      my $status = CustIDCK->custid_exist($webvar{custid});
    928928      if ($CustIDCK::Error) {
Note: See TracChangeset for help on using the changeset viewer.