Ignore:
Timestamp:
Jan 16, 2008, 10:02:34 PM (17 years ago)
Author:
maron
Message:

oprava na malé písmenko...Rrrrrrrrrr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/includes/global_function.php

    r238 r239  
    6363  //  echo $user;
    6464    $Database->SelectDatabase($Config['Database']['Database']);   
    65     $Database->SQLCommand("INSERT INTO `Log` ( `user` , `type` , `text` , `date` , `IP` )
     65    $Database->SQLCommand("INSERT INTO `log` ( `user` , `type` , `text` , `date` , `IP` )
    6666     VALUES ( '$user', '$Type', '$Text', now(), '".$_SERVER['REMOTE_ADDR']."')");
    6767  } // END function Log
Note: See TracChangeset for help on using the changeset viewer.