From: James E. F. <jf...@ac...> - 2002-05-21 17:10:49
|
Looks good, commit it. :-) Mention the Bug # in your commit message, for how I log bug fixes, see: http://phpesp.sf.net/cvs/admin/include/lib/espresponse.inc Also, I believe you have perm's to modify bug reports on the sf site, so you can close it too ... there is a "canned" response for "fixed in CVS". -James On Mon, 20 May 2002, Matthew Gregg wrote: > I think this fixes bug#: 557329. > > Change line 354 in espresponse.inc > - if (isset($values[$qid])) > + if (is_array($values[$qid])) > > Comments? > > |