Print forgotten
This commit is contained in:
parent
dcdbdd42fb
commit
6c62d0cd28
@ -182,7 +182,7 @@ if ($filtera > 0 || $filtert > 0 || $filterd > 0)
|
|||||||
}
|
}
|
||||||
$sql.= $db->order($sortfield,$sortorder);
|
$sql.= $db->order($sortfield,$sortorder);
|
||||||
$sql.= $db->plimit($limit + 1, $offset);
|
$sql.= $db->plimit($limit + 1, $offset);
|
||||||
print $sql;
|
//print $sql;
|
||||||
|
|
||||||
dol_syslog("comm/action/listactions.php sql=".$sql);
|
dol_syslog("comm/action/listactions.php sql=".$sql);
|
||||||
$resql=$db->query($sql);
|
$resql=$db->query($sql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user