Ignore:
Timestamp:
Mar 2, 2011, 8:48:49 AM (13 years ago)
Author:
LucMorizur
Message:

If chosen option is 0, $conf[insensitive_case_logon] must remain unchanged

File:
1 edited

Legend:

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

    r9326 r9470  
    9393  // Set $conf['insensitive_case_logon'] to false, as LCAS takes completely
    9494  // in charge everything around the case and the accents
    95   $conf['insensitive_case_logon'] = false;
     95  if ($conf_LCAS[0] != '0')
     96   $conf['insensitive_case_logon'] = false;
    9697 
    9798/* User identification */
Note: See TracChangeset for help on using the changeset viewer.