2
0
forked from Wavyzz/dolibarr

Test d'utilisation de php5-clamavlib

This commit is contained in:
Regis Houssin
2007-10-21 19:53:45 +00:00
parent 07054353c3
commit ca208d36a0

View File

@@ -68,7 +68,7 @@ if ( $_POST["sendit"] && $conf->upload != 0)
}
else
{
$mesg = '<div class="error">'.$langs->trans("FileIsInfectedWith",$result).'</div>';
$mesg = '<div class="error">'.$langs->trans("ErrorFileIsInfectedWith",$result).'</div>';
}
}
}