noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/11: remove dead code


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/11: remove dead code
Date: Fri, 18 Jan 2019 12:24:26 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c40e55c8a8a787e9240bc89f4fa8991c8a57f1ba
Author: Dany De Bontridder <address@hidden>
Date:   Thu Oct 11 20:16:22 2018 +0200

    remove dead code
---
 include/lib/impress.class.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/lib/impress.class.php b/include/lib/impress.class.php
index ea413a2..0a8beb3 100644
--- a/include/lib/impress.class.php
+++ b/include/lib/impress.class.php
@@ -57,11 +57,8 @@ class Impress
         else
             $cond="( j_date >= to_date('$p_start','DD.MM.YYYY') and j_date <= 
to_date('$p_end','DD.MM.YYYY'))";
 
-        include_once("class/acc_account_ledger.class.php");
-
         while (preg_match_all("(\[[0-9]*[A-Z]*%*c*d*s*\])",$p_formula,$e) == 
true)
           {
-
             // remove the [ ]
             $x=$e[0];
             foreach ($x as $line)



reply via email to

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