mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-11 01:04:24 +02:00
removed from call to limit_query because this didnt work
This commit is contained in:
@ -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__,$offset);
|
$this->db->limit_query($sql,$start,__LINE__,__FILE__);
|
||||||
}
|
}
|
||||||
elseif ($start)
|
elseif ($start)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user