mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:57 +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";
|
$sql = "SELECT * FROM phpgw_accounts $whereclause $orderclause";
|
||||||
if ($offset)
|
if ($offset)
|
||||||
{
|
{
|
||||||
$this->db->limit_query($sql,$start,__LINE__,__FILE__);
|
$this->db->limit_query($sql,$start,__LINE__,__FILE__,$offset);
|
||||||
}
|
}
|
||||||
elseif ($start)
|
elseif ($start)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user