If you search for "user:NOSUCHUSER" you'll get a variety of PHP warnings from trying to implode a non-array.
This trivial patch resolves it, but still leaves a problem that it puts up 3 "user missing" error messages. It's
an improvement over the prior problem.

Patch against 9/15/2005 CVS:
http://www.menalto.com/.outgoing/drupal/trip_search.module.patch1

Comments

nedjo’s picture

Version: 4.6.x-1.x-dev » master
Status: Needs review » Fixed

Applied to HEAD, thanks!

Anonymous’s picture

noid’s picture

Version: master » 4.6.x-1.x-dev

Does this patch also apply to 4.6? Am getting these warning errors for invalid usernames. Thanks! :)

Anonymous’s picture

Status: Fixed » Closed (fixed)