From: James E. F. <jf...@ac...> - 2002-05-21 18:23:52
|
> Comment By: Matthew Gregg (greggmc) > Date: 2002-05-17 13:37 > > Message: > Logged In: YES > user_id=14116 > > Well $values[$qid] on line 355 in espresponse.inc isn't an > array, so array_push will fail on that. > > I wonder also if that ereg_replace is right. Should that be > "^!other" Yes it should be "^!other". :-) Just committed patch. Thanks. -James |