Ignore:
Timestamp:
Nov 23, 2005 9:29:33 PM (19 years ago)
Author:
scdev
Message:

More bugs and shifting things about.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/logout.php

    r21 r22  
    88
    99// Delete this admin's record locks.
    10 $lock =& RecordLock::getInstance($GLOBALS['auth']);
     10if (!isset($lock) || !is_a($lock, 'RecordLock')) {
     11    $lock =& RecordLock::getInstance($auth);
     12}
    1113$lock->removeAll($auth->getVal('user_id'));
    1214
Note: See TracChangeset for help on using the changeset viewer.