noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 67/151: Performance : replace Anc_Grandlivre-


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 67/151: Performance : replace Anc_Grandlivre->display_html with Anc_Grandlivre->load
Date: Sat, 4 Feb 2017 17:14:28 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a8d5f797f04972fef8783f2b4d2966e1ed6207d8
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 25 20:21:48 2016 +0200

    Performance : replace Anc_Grandlivre->display_html with
    Anc_Grandlivre->load
---
 include/anc_great_ledger.inc.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/anc_great_ledger.inc.php b/include/anc_great_ledger.inc.php
index 40bbe3b..1974375 100644
--- a/include/anc_great_ledger.inc.php
+++ b/include/anc_great_ledger.inc.php
@@ -24,7 +24,7 @@ $result=HtmlInput::default_value_request('result',null);
 
 if ($result != null)
 {
-    $result=$grandLivre->display_html();
+    $grandLivre->load();
     if ($grandLivre->has_data != 0 )
     {
         echo '<span style="display:block">';



reply via email to

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