summaryrefslogtreecommitdiffstats
path: root/class/TableIterator.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-06-08 20:25:59 +0200
committerRemi Collet <fedora@famillecollet.com>2010-06-08 20:25:59 +0200
commit825c4679551854f48c6c6b67e5c5b7f7322d24d2 (patch)
treee62a3dce1876ad502fbacf4efeb325a21acca31e /class/TableIterator.php
parent3c22a10c40837b1695ae04d120bbfc68da01059c (diff)
improves previous, add active field to pearrepo table
Diffstat (limited to 'class/TableIterator.php')
-rw-r--r--class/TableIterator.php1
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