Changeset 16 for client_action.php


Ignore:
Timestamp:
Sep 30, 2008, 10:24:14 PM (16 years ago)
Author:
maron
Message:

Přidáno zkontrolování adminem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client_action.php

    r1 r16  
    1010  }
    1111
    12   if (array_key_exists('NotComplete', $_GET) and Licence(1)) {
     12  if (array_key_exists('NotComplete', $_GET) and Licence(2)) {
    1313    $client_ID = $_GET['ID'];
    1414    $Database->SQLCommand("UPDATE client_text SET Complete = '0' WHERE ID = '$client_ID'");
Note: See TracChangeset for help on using the changeset viewer.