Ignore:
Timestamp:
Oct 1, 2012, 12:36:05 AM (11 years ago)
Author:
LucMorizur
Message:

Apply revision 18389 (create tag 2.2.3 for correction of bug:2757) to trunk

File:
1 edited

Legend:

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

    r10712 r18390  
    157157   $NewPostLogin = LCAS_SearchCaseUsername($_POST['login'], $conf_LCAS[0]);
    158158 
    159   if (isset($NewPostLogin) and get_userid($NewPostLogin))
     159  if (isset($NewPostLogin) and get_userid($NewPostLogin) and (intval($conf_LCAS[0]) != 0))
    160160   $errors[] = $lang['LCAS_error'][intval($conf_LCAS[0])];
    161161 
Note: See TracChangeset for help on using the changeset viewer.