Ignore:
Timestamp:
Mar 2, 2011, 1:38:30 PM (13 years ago)
Author:
Eric
Message:

bug 2208 re-fixed : Duplicate user control improvement on username update will work fine on this way (hopefully !)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/main.inc.php

    r9470 r9474  
    2626load_language('messages.lang', LCAS_PATH);
    2727
    28 $t = pwg_db_fetch_row(pwg_query('
    29   SELECT `value`
    30   FROM `'.CONFIG_TABLE.'`
    31   WHERE `param` = "LoginCaseAccentsSensitivity"
    32   LIMIT 1;
    33 '));
    34 
    35 $conf['LoginCaseAccentsSensitivity'] = $t[0];
    3628
    3729/* Plugin admin */
Note: See TracChangeset for help on using the changeset viewer.