mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:19 +01:00
added to the call to limit_query because this worked ;)
This commit is contained in:
parent
0517dbdc98
commit
b65f4bcb29
@ -127,7 +127,7 @@
|
||||
$sql = "SELECT * FROM phpgw_accounts $whereclause $orderclause";
|
||||
if ($offset)
|
||||
{
|
||||
$this->db->limit_query($sql,$start,__LINE__,__FILE__);
|
||||
$this->db->limit_query($sql,$start,__LINE__,__FILE__,$offset);
|
||||
}
|
||||
elseif ($start)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user