1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

some 'new db' removal

This commit is contained in:
CaMer0n
2009-07-23 15:21:41 +00:00
parent 88620a7370
commit f48cdb5e39
6 changed files with 34 additions and 42 deletions

View File

@@ -9,9 +9,9 @@
* Administration Area Authorization
*
* $Source: /cvs_backup/e107_0.8/e107_admin/auth.php,v $
* $Revision: 1.9 $
* $Date: 2009-07-18 10:17:56 $
* $Author: marj_nl_fr $
* $Revision: 1.10 $
* $Date: 2009-07-23 15:21:41 $
* $Author: e107coders $
*/
if (!defined('e107_INIT')) { exit; }
@@ -200,7 +200,7 @@ class auth
# - scope public
*/
global $tp, $pref;
$sql_auth = new db;
$sql_auth = e107::getDb('sql_auth');
$reason = '';
$user_info = new UserHandler;