View Single Post
Old July 1st, 2005, 05:39 PM   #10 (permalink)
vicos
Registered User
 
Join Date: Jul 2002
Posts: 17
In 5.12, search.php you have:

'when' => INT

This causes the resulting URL to read:

when=0

as opposed to:

when=

This causes the search to FAIL.

Changing to:

'when' => STRING fixes it
vicos is offline   Reply With Quote