From c40e55c8a8a787e9240bc89f4fa8991c8a57f1ba Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 11 Oct 2018 20:16:22 +0200 Subject: [PATCH] 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 ea413a211..0a8beb32b 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)