remove dead code
This commit is contained in:
parent
63230cce79
commit
c40e55c8a8
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue