forked from extern/egroupware
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";
|
||||
if ($offset)
|
||||
{
|
||||
$this->db->limit_query($sql,$start,__LINE__,__FILE__,$offset);
|
||||
$this->db->limit_query($sql,$start,__LINE__,__FILE__);
|
||||
}
|
||||
elseif ($start)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user