remove print_r
This commit is contained in:
parent
0767c6ab23
commit
e11ab5ba01
@ -69,7 +69,6 @@ class Paginator
|
|||||||
'prev' => ($page>0) ? ($page-1): "0",
|
'prev' => ($page>0) ? ($page-1): "0",
|
||||||
'next' => ($page>= $lastpage) ? $lastpage : $page+1
|
'next' => ($page>= $lastpage) ? $lastpage : $page+1
|
||||||
];
|
];
|
||||||
print_r($result);
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -86,7 +86,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{include file="pagination.tpl"}
|
{include file="pagination.tpl"}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user