| Permalink |
| Found: 1 | ||||||||
... 7; $pages->paginate(); $db->SelectRows("mytable",null,null,'created', false, $pages->limit); and on pagination.class line 100 $this->limit = ($_GET['ipp'] == 'All') ? "":" LIMIT $this->low,$this->items_per_page"; remove the "LIMIT" $this->limit = ($_GET['ipp'] == 'All') ? "":" $this->low,$this->items ...