diff options
Diffstat (limited to 'class/TableIterator.php')
-rw-r--r-- | class/TableIterator.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/class/TableIterator.php b/class/TableIterator.php index 5c42d24..0903f37 100644 --- a/class/TableIterator.php +++ b/class/TableIterator.php @@ -115,7 +115,6 @@ class TableIterator implements Iterator } // WHERE criteria list if (!empty($crit)) { - print_r($crit); $this->sql .= " WHERE ".$this->_analyseCrit($crit); } // ORDER BY |