mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
removed from call to limit_query because this didnt work
This commit is contained in:
parent
64b79607cb
commit
0517dbdc98
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user