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/lib/Auth_File.inc.php

    r148 r149  
    112112     * @access public
    113113     */
    114     function clearAuth()
     114    function clear()
    115115    {
    116116        $_SESSION[$this->_ns] = array('authenticated' => false);
     
    202202        $username = strtolower(trim($username));
    203203
    204         $this->clearAuth();
     204        $this->clear();
    205205
    206206        if (!$this->authenticate($username, $password)) {
Note: See TracChangeset for help on using the changeset viewer.