From 368469bd3ec4b552ebbd3d004b5ef0c176313b51 Mon Sep 17 00:00:00 2001 From: cy_altern Date: Tue, 22 Feb 2022 12:14:30 +0100 Subject: [PATCH] =?UTF-8?q?compatibilit=C3=A9=20PHP=208=20:=20pas=20de=20v?= =?UTF-8?q?ariable=20non=20d=C3=A9clar=C3=A9e=20au=20pr=C3=A9alable...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamutable_pipelines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamutable_pipelines.php b/gamutable_pipelines.php index 7167bae..fd7375f 100644 --- a/gamutable_pipelines.php +++ b/gamutable_pipelines.php @@ -31,7 +31,7 @@ function gamutable_affichage_final($flux) { if ($p) { $url_relecture = parametre_url(self(), 'var_mode', 'gamutable', '&'); $label = "Mode gamuTable"; - $js .= "jQuery('#minibando_bouton_debug ul').append('
  • $label
  • ');"; + $js = "jQuery('#minibando_bouton_debug ul').append('
  • $label
  • ');"; $js = "jQuery(function(){ $js });"; $js = ""; $flux = substr_replace($flux, $js, $p, 0);