From 9be23095a1abc46af24f8dee6b6eef478802c76f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 26 May 2015 18:33:12 +0200 Subject: [PATCH] =?UTF-8?q?Bug=20:=20p=5Fmesg=20n'est=20pas=20initialis?= =?UTF-8?q?=C3=A9e=20lors=20de=20l'ouverture=20d'une=20ann=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/opening.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/opening.inc.php b/include/opening.inc.php index cb13439d0..db1f6a5e2 100644 --- a/include/opening.inc.php +++ b/include/opening.inc.php @@ -32,6 +32,8 @@ if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis'); require_once("class_iselect.php"); require_once('class_acc_ledger.php'); +$p_mesg=""; + $sa = (isset($_REQUEST['sa'])) ? $_REQUEST['sa'] : ''; $g_user->Check();