From ca208d36a0bb387eb336b16024568530745ea7ef Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 21 Oct 2007 19:53:45 +0000 Subject: [PATCH] Test d'utilisation de php5-clamavlib --- htdocs/docsoc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index da8c7ac4d66..903cacefeeb 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -68,7 +68,7 @@ if ( $_POST["sendit"] && $conf->upload != 0) } else { - $mesg = '
'.$langs->trans("FileIsInfectedWith",$result).'
'; + $mesg = '
'.$langs->trans("ErrorFileIsInfectedWith",$result).'
'; } } }