Add default null array to fields var for read()

This commit is contained in:
Miles Lott 2001-02-04 19:09:39 +00:00
parent 93b5cce3da
commit 94e85da4c5

View File

@ -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;