Ignore:
Timestamp:
Oct 30, 2004, 5:42:29 PM (19 years ago)
Author:
z0rglub
Message:
  • function mysql_query replaced by pwg_query : the same with debugging features
  • by default, DEBUG is set to 0 (off)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_session.inc.php

    r555 r587  
    8080  WHERE id = \''.$generated_id.'\'
    8181;';
    82     $result = mysql_query($query);
     82    $result = pwg_query($query);
    8383    if (mysql_num_rows($result) == 0)
    8484    {
     
    9595   \''.$_SERVER['REMOTE_ADDR'].'\')
    9696;';
    97   mysql_query($query);
     97  pwg_query($query);
    9898
    9999  setcookie('id', $generated_id, $expiration, cookie_path());
Note: See TracChangeset for help on using the changeset viewer.