mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixed
This commit is contained in:
parent
14473b076c
commit
7d5d888c60
@ -89,7 +89,7 @@
|
||||
@param $order order by
|
||||
@result $cats array
|
||||
*/
|
||||
function return_array($type,$start,$limit,$query = '',$sort = '',$order = '',$public = False, $parent_id = '')
|
||||
function return_array($type,$start,$limit = True,$query = '',$sort = '',$order = '',$public = False, $parent_id = '')
|
||||
{
|
||||
global $phpgw, $phpgw_info;
|
||||
|
||||
@ -243,7 +243,7 @@
|
||||
|
||||
if ($format == 'select')
|
||||
{
|
||||
$cats = $this->return_array($type,$start,$limit = False,$query,$sort,$order,$public);
|
||||
$cats = $this->return_array($type,$start,False,$query,$sort,$order,$public);
|
||||
|
||||
for ($i=0;$i<count($cats);$i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user