noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/04: Bug : p_mesg n'est pas initialisée lo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/04: Bug : p_mesg n'est pas initialisée lors de l'ouverture d'une année
Date: Tue, 26 May 2015 18:40:55 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9be23095a1abc46af24f8dee6b6eef478802c76f
Author: Dany De Bontridder <address@hidden>
Date:   Tue May 26 18:33:12 2015 +0200

    Bug : p_mesg n'est pas initialisée lors de l'ouverture d'une année
---
 include/opening.inc.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/opening.inc.php b/include/opening.inc.php
index cb13439..db1f6a5 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();
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]