mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
Fix to use new limit_query() parameters
This commit is contained in:
parent
245deb3382
commit
c0ea75e678
@ -504,7 +504,7 @@
|
||||
|
||||
if ($start && $limit)
|
||||
{
|
||||
$this->db->limit_query($sql,array($start,$limit),__LINE__,__FILE__);
|
||||
$this->db->limit_query($sql,$start,__LINE__,__FILE__,$limit);
|
||||
}
|
||||
elseif (!$limit)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user