Fix: vérif droit inutile

This commit is contained in:
Regis Houssin 2007-07-30 19:05:52 +00:00
parent 71207a0035
commit ac9abcdaec

View File

@ -86,7 +86,7 @@ class Form
$htmltext=ereg_replace("'","\'",$htmltext); $htmltext=ereg_replace("'","\'",$htmltext);
$htmltext=ereg_replace("'","\'",$htmltext); $htmltext=ereg_replace("'","\'",$htmltext);
if ($conf->use_ajax && $conf->global->PRODUIT_DESC_IN_FORM && $tooltipon == 4) if ($conf->use_ajax && $tooltipon == 4)
{ {
$s = '<script type=\'text/javascript\'> $s = '<script type=\'text/javascript\'>
function init() { function init() {