Thread
:
5.11 issues with search(FIXED)
View Single Post
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
View Public Profile
Find More Posts by vicos