Fix: vérif droit inutile
This commit is contained in:
parent
71207a0035
commit
ac9abcdaec
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user