From 7fa4f265cb139061f4ec1cc85a7521f48efa2120 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 8 Sep 2007 12:23:50 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20d'un=20code=20captcha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 615c4efa118..51be9779639 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1226,7 +1226,7 @@ function dol_loginfunction($notused,$pearstatus) // Start Form if ($conf->global->MAIN_SECURITY_ENABLECAPTCHA) { - print '
'; + print ''; } else { @@ -1293,7 +1293,7 @@ function dol_loginfunction($notused,$pearstatus) { $cryptinstall = DOL_DOCUMENT_ROOT.'/includes/cryptographp/cryptographp.fct.php'; include_once $cryptinstall; - print '   '.$langs->trans("Code").''; + print '   '.$langs->trans("SecurityCode").''; print ''; dsp_crypt(0,1); print '';