Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Search bug

Asked Modified Viewed 1,403 times
B
bsmuk31
B
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

I found a bug in search.php code:
replace this
if ($stext != "" && strlen($stext > "3")) {


with
if ($stext != "" && strlen($stext) > "3") {


In search this mean that you must type 3 letters if you wont to search.
Edited by bsmuk31 on 07-06-2006 13:22,
0 replies
There are no post found.

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet