Changeset 18390 for extensions/LCAS/trunk/main.inc.php
- Timestamp:
- Oct 1, 2012, 12:36:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/LCAS/trunk/main.inc.php
r10712 r18390 157 157 $NewPostLogin = LCAS_SearchCaseUsername($_POST['login'], $conf_LCAS[0]); 158 158 159 if (isset($NewPostLogin) and get_userid($NewPostLogin) )159 if (isset($NewPostLogin) and get_userid($NewPostLogin) and (intval($conf_LCAS[0]) != 0)) 160 160 $errors[] = $lang['LCAS_error'][intval($conf_LCAS[0])]; 161 161
Note: See TracChangeset
for help on using the changeset viewer.