php3 array fixes

This commit is contained in:
Miles Lott 2001-10-24 12:53:01 +00:00
parent 26fbf18c3f
commit 5d153ce550

View File

@ -65,7 +65,7 @@
'start' => $this->start,
'query' => $this->query,
'sort' => $this->sort,
'order' => $this->order,
'order' => $this->order
);
if(isset($this->cat_id))
{