mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-13 19:44:24 +02:00
remove print_r
This commit is contained in:
parent
0767c6ab23
commit
e11ab5ba01
2 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ class Paginator
|
|||
'prev' => ($page>0) ? ($page-1): "0",
|
||||
'next' => ($page>= $lastpage) ? $lastpage : $page+1
|
||||
];
|
||||
print_r($result);
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -86,7 +86,6 @@
|
|||
</table>
|
||||
</div>
|
||||
{include file="pagination.tpl"}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue