Closed GoogleCodeExporter closed 9 years ago
Fix is to change
125 if(is_array($a) && count($array)) {
to
125 if(is_array($a) && count($a)) {
Original comment by dtlown...@gmail.com
on 17 Feb 2011 at 11:12
fixed!
Original comment by nfranc...@gmail.com
on 18 Feb 2011 at 2:19
Original comment by nfranc...@gmail.com
on 18 Feb 2011 at 2:19
Original issue reported on code.google.com by
dtlown...@gmail.com
on 17 Feb 2011 at 10:38