Quote:
Originally Posted by profanitytalker
Can someone send me their edited search.php file? Mine won't work. I get confused by the last line of the edit...
Code:
Comment out "unset($datecut);" (-> "#unset($datecut);") so includes/sphinx.php can use it (for date range search). About line 12xx. You have to add a "#".
Where do I add the "#"?
|
This line:
unset($datecut);
add # before unset in the same line
so it should be like this
#unset($datecut);