Changeset 4280 for trunk/admin


Ignore:
Timestamp:
Nov 16, 2009, 8:17:01 PM (14 years ago)
Author:
nikrou
Message:

Feature 928 resolved.
Replace include/mysql.inc.php by include/config_database.inc.php to be independant of database engine
Rename database configurations variables by ones in $conf array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_upgrade.php

    r4006 r4280  
    160160    $query = '
    161161SELECT u.password, ui.status
    162 FROM '.$conf['users_table'].' AS u
     162FROM '.USERS_TABLE.' AS u
    163163INNER JOIN '.USER_INFOS_TABLE.' AS ui
    164164ON u.'.$conf['user_fields']['id'].'=ui.user_id
Note: See TracChangeset for help on using the changeset viewer.