From 7333290fc5befebb5b3f96efad415b271e441a45 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 27 Jan 2011 14:20:15 +0000 Subject: [PATCH] remove todo --- include/class_acc_ledger.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/class_acc_ledger.php b/include/class_acc_ledger.php index d99533564..7c62f3535 100644 --- a/include/class_acc_ledger.php +++ b/include/class_acc_ledger.php @@ -336,10 +336,6 @@ class Acc_Ledger */ function get_row($p_from,$p_to,$p_limit=-1,$p_offset=-1) { - /** - *@todo add a filter for security - */ - $periode=sql_filter_per($this->db,$p_from,$p_to,'p_id','jr_tech_per'); $cond_limite=($p_limit!=-1)?" limit ".$p_limit." offset ".$p_offset:"";