Ignore:
Timestamp:
Dec 20, 2010, 6:11:52 PM (13 years ago)
Author:
Eric
Message:

bug 2069 : Refactory with use of LCAS_change_case() function and add of accents sensitivity check on logon (tests under progress)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/include/functions.inc.php

    r8201 r8202  
    852852
    853853/**
    854  * Function called from main.inc.php - Returns username if existing lowercase username in database
     854 * Function called from main.inc.php - For test on username case sensitivity
     855 * Have to be deleted before first release build
    855856 *
    856857 * @param : $username typed in by user for identification
     
    859860 *
    860861 */
    861 function LCAS_SearchUsername($username)
     862/*function LCAS_SearchCaseUsername($username)
    862863{
    863864  global $conf;
     
    875876    return isset($username) ? $username : '';
    876877  }
    877 }
     878}*/
    878879
    879880
Note: See TracChangeset for help on using the changeset viewer.