Changeset 220


Ignore:
Timestamp:
04/07/05 15:35:58 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fixed lack of proper break-and-exit on CustID validation failure
on updates.

File:
1 edited

Legend:

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

    r215 r220  
    11571157
    11581158  # Make sure incoming data is in correct format - custID among other things.
    1159   validateInput;
     1159  return if !validateInput;
    11601160
    11611161  # SQL transaction wrapper
Note: See TracChangeset for help on using the changeset viewer.