Changeset 210 for trunk/services


Ignore:
Timestamp:
Nov 29, 2006 1:29:54 AM (17 years ago)
Author:
scdev
Message:

Fixed bug to not do Lock if a DB is not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/logout.php

    r149 r210  
    55 */
    66
    7 if (isset($auth) && method_exists($auth, 'get')) {
     7if (isset($auth) && method_exists($auth, 'get') && true === $this->getParam('enable_db')) {
    88    // Delete the current user's record locks.
    99    require_once 'codebase/lib/Lock.inc.php';
Note: See TracChangeset for help on using the changeset viewer.