Changeset 149 for trunk/services


Ignore:
Timestamp:
Jun 5, 2006 2:34:47 AM (18 years ago)
Author:
scdev
Message:

Q - while we're changing interfaces I'm going to change ->clearAuth() to ->clear().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/logout.php

    r147 r149  
    55 */
    66
    7 if (isset($auth) && method_exists($auth, 'getVal')) {
     7if (isset($auth) && method_exists($auth, 'get')) {
    88    // Delete the current user's record locks.
    99    require_once 'codebase/lib/Lock.inc.php';
     
    1313
    1414// Logout.
    15 $auth->clearAuth();
     15$auth->clear();
    1616
    1717$app->raiseMsg(sprintf(_("Your session has been logged-out."), null), MSG_SUCCESS, __FILE__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.