X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fauth%2Fspip.php;h=c86e6c53b2cfd4057781b61d69baf70a15fd506c;hp=3f426d851b0ddb583707c349515ab5340e38df32;hb=e99f0878011913365e49b30d90e496c24c301393;hpb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed diff --git a/www/ecrire/auth/spip.php b/www/ecrire/auth/spip.php index 3f426d8..c86e6c5 100644 --- a/www/ecrire/auth/spip.php +++ b/www/ecrire/auth/spip.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2011 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -131,7 +131,7 @@ function auth_spip_verifier_login($new_login, $id_auteur=0, $serveur=''){ // login et mot de passe if (strlen($new_login)){ if (strlen($new_login) < _LOGIN_TROP_COURT) - return 'info_login_trop_court'; + return _T('info_login_trop_court'); else { $n = sql_countsel('spip_auteurs', "login=" . sql_quote($new_login) . " AND id_auteur!=".intval($id_auteur)." AND statut!='5poubelle'",'','',$serveur); if ($n)