Ignore:
Timestamp:
Jul 6, 2006 3:31:38 AM (18 years ago)
Author:
scdev
Message:

Q - disabling excessive raised MSG_*s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Auth_SQL.inc.php

    r198 r199  
    260260        $this->initDB();
    261261
    262         if ($this->get('user_id', false)) {           
     262        if ($this->get('user_id', false)) {
     263            // FIX ME: Should we check if the session is active?
    263264            $db->query("
    264265                UPDATE " . $this->_params['db_table'] . " SET
Note: See TracChangeset for help on using the changeset viewer.