noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/06: Warning mode strict


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/06: Warning mode strict
Date: Fri, 06 Nov 2015 18:06:37 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit d55cee164020542f2f97675eb0bf54e5b52abc04
Author: Dany De Bontridder <address@hidden>
Date:   Fri Nov 6 18:16:54 2015 +0100

    Warning mode strict
---
 include/opening.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/opening.inc.php b/include/opening.inc.php
index 543d0ff..94d767f 100644
--- a/include/opening.inc.php
+++ b/include/opening.inc.php
@@ -182,7 +182,7 @@ if ($sa == 'step3')
        echo HtmlInput::hidden('f', $_REQUEST['f']);
        echo HtmlInput::hidden('p_periode', $_REQUEST['p_periode']);
        $wLedger = new ISelect();
-       $g_user = new User(Dossier::connect());
+       $g_user = new User($cn);
        $avail = $g_user->get_ledger('ODS');
        /* compute select list */
        $array = array();



reply via email to

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