Ignore:
Timestamp:
Dec 18, 2005 12:16:03 AM (18 years ago)
Author:
scdev
Message:

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Auth_File.inc.php

    r41 r42  
    8686    {
    8787        $user_id = trim($user_id);
    88        
     88
    8989        $this->clearAuth();
    9090
     
    189189            }
    190190            break;
    191         default : 
     191        default :
    192192            App::logMsg('Encryption type not found.', LOG_ERR, __FILE__, __LINE__);
    193193        }
     
    209209            }
    210210            break;
    211         default : 
     211        default :
    212212            App::logMsg('Encryption type not found.', LOG_ERR, __FILE__, __LINE__);
    213213        }
Note: See TracChangeset for help on using the changeset viewer.