Ignore:
Timestamp:
Jun 5, 2006 1:31:25 AM (18 years ago)
Author:
scdev
Message:

Q - Change Auth_SQL::getVal to Auth_SQL::get and Auth_SQL::setVal to Auth_SQL::set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/logout.php

    r137 r147  
    99    require_once 'codebase/lib/Lock.inc.php';
    1010    $lock =& Lock::getInstance($auth);
    11     $lock->removeAll($auth->getVal('user_id'));
     11    $lock->removeAll($auth->get('user_id'));
    1212}
    1313
Note: See TracChangeset for help on using the changeset viewer.