Changeset 8201 for extensions/LCAS/trunk/main.inc.php
- Timestamp:
- Dec 20, 2010, 5:55:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/LCAS/trunk/main.inc.php
r8197 r8201 61 61 { 62 62 /* User non case sensitive */ 63 if (isset($conf_LCAS[0]) and $conf_LCAS[0] == ' false')63 if (isset($conf_LCAS[0]) and $conf_LCAS[0] == 'true') 64 64 { 65 $new_username = LCAS_SearchUsername($_POST['username']); // Testing still under progress - This is not fully functionnal !65 $new_username = LCAS_SearchUsername($_POST['username']); 66 66 $_POST['username'] = $new_username == '' ? $_POST['username'] : $new_username; 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.