Don't send the unsage-IP connection warning more than once...
[platal.git] / classes / plset.php
index 576e864..8cf1ba2 100644 (file)
@@ -116,7 +116,6 @@ class PlSet
             $limitcount = "LIMIT $limitcount";
         }
         $joins  = $this->joins . ' ' . $joins;
-        $where  = $where;
         if (trim($this->where)) {
             if (trim($where)) {
                 $where .= ' AND ';