Fix: Remove trace
This commit is contained in:
parent
b67a135318
commit
6ac54625bc
@ -117,7 +117,8 @@ for ($i = 1 ; $i <= $si; $i++) {
|
||||
}
|
||||
$sql.= $db->order($sortfield,$sortorder);
|
||||
$sql.= $db->plimit($limit+1,$offset);
|
||||
print $sql;
|
||||
//print $sql;
|
||||
|
||||
$resql = $db->query($sql);
|
||||
if ($resql)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user