Ignore:
Timestamp:
Feb 13, 2011, 6:07:21 PM (13 years ago)
Author:
LucMorizur
Message:

Proper generation of 'username is already used' "error" message at username creation

File:
1 edited

Legend:

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

    r9158 r9206  
    9595 
    9696  if (isset($NewPostLogin) and get_userid($NewPostLogin))
    97   {
    98     $lang['reg_err_login5'] = $lang['reg_err_login5'].l10n('LCAS_accent_error');
    99     array_push($errors, $lang['reg_err_login5']);
    100   }
     97   $errors[] = $lang['LCAS_error'][intval($conf_LCAS[1])];
    10198 
    10299  return $errors;
Note: See TracChangeset for help on using the changeset viewer.