Changeset 16 for client_action.php
- Timestamp:
- Sep 30, 2008, 10:24:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client_action.php
r1 r16 10 10 } 11 11 12 if (array_key_exists('NotComplete', $_GET) and Licence( 1)) {12 if (array_key_exists('NotComplete', $_GET) and Licence(2)) { 13 13 $client_ID = $_GET['ID']; 14 14 $Database->SQLCommand("UPDATE client_text SET Complete = '0' WHERE ID = '$client_ID'");
Note:
See TracChangeset
for help on using the changeset viewer.