X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fplset.php;h=648d81460a766fa15b0f965cae3ccb65ef34b874;hb=e3a55098b1cfd274d8965fc307a316d9f0c447a1;hp=576e864988a66c46c529b449b33c3926ee8647e3;hpb=a2aa843639f292ed0197ffb06edf7e19174b27e8;p=platal.git diff --git a/classes/plset.php b/classes/plset.php index 576e864..648d814 100644 --- a/classes/plset.php +++ b/classes/plset.php @@ -1,6 +1,6 @@ joins . ' ' . $joins; - $where = $where; if (trim($this->where)) { if (trim($where)) { $where .= ' AND '; @@ -278,7 +277,7 @@ abstract class MultipageView implements PlView unset($list['page']); unset($list['order']); return $list; - } + } } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: