mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Add default null array to fields var for read()
This commit is contained in:
parent
93b5cce3da
commit
94e85da4c5
@ -152,7 +152,7 @@
|
|||||||
return $return_fields;
|
return $return_fields;
|
||||||
}
|
}
|
||||||
|
|
||||||
function read($start,$offset,$fields,$query="",$filter="",$sort="",$order="") // send this the range,query,sort,order
|
function read($start,$offset,$fields=array(),$query="",$filter="",$sort="",$order="") // send this the range,query,sort,order
|
||||||
// and whatever fields you want to see
|
// and whatever fields you want to see
|
||||||
{
|
{
|
||||||
global $phpgw,$phpgw_info;
|
global $phpgw,$phpgw_info;
|
||||||
|
Loading…
Reference in New Issue
Block a user