mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update readme & fix update download latest code
This commit is contained in:
@@ -207,7 +207,7 @@ if (isset($_GET['off_details']) && $_GET["off_details"]){
|
||||
}
|
||||
|
||||
else {
|
||||
list($pagertop, $pagerbottom, $limit) = pager(10, $count, "offers.php?id=$id&off_details=1&", array(lastpagedefault => 1));
|
||||
list($pagertop, $pagerbottom, $limit) = pager(10, $count, "offers.php?id=$id&off_details=1&", array('lastpagedefault' => 1));
|
||||
|
||||
$subres = sql_query("SELECT id, text, user, added, editedby, editdate FROM comments WHERE offer = " . sqlesc($id) . " ORDER BY id $limit") or sqlerr(__FILE__, __LINE__);
|
||||
$allrows = array();
|
||||
|
||||
Reference in New Issue
Block a user