Changeset 8201 for extensions/LCAS/trunk/main.inc.php
- Timestamp:
- 12/20/10 17:55:44 (2 years ago)
- Files:
-
- 1 modified
-
extensions/LCAS/trunk/main.inc.php (modified) (1 diff)
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 }
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)