i thought i read in a previous thread that this was fixed in 1008 (i have 1009 installed).
i can generate the following error when searching:
Notice: Undefined variable: Highlighting in C:\wamp\www\search.php on line 788
Notice: Undefined variable: UseWildCards in C:\wamp\www\search.php on line 788
if i search for "eyes in field" i get the above error. if i search for "eyes field" i get no error. if i search for "eyes in the field" i get the above lines twice.
line 788 in search.php reads:
" if ($Highlighting == 1 || $UseWildCards[$sw] == 1)"
what am i missing?
i can generate the following error when searching:
Notice: Undefined variable: Highlighting in C:\wamp\www\search.php on line 788
Notice: Undefined variable: UseWildCards in C:\wamp\www\search.php on line 788
if i search for "eyes in field" i get the above error. if i search for "eyes field" i get no error. if i search for "eyes in the field" i get the above lines twice.
line 788 in search.php reads:
" if ($Highlighting == 1 || $UseWildCards[$sw] == 1)"
what am i missing?
Comment