Ignore:
Timestamp:
Aug 22, 2011, 9:14:11 PM (13 years ago)
Author:
rvelices
Message:

bug fix quick search - file name was not correctly search (typo error)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_search.inc.php

    r10340 r11979  
    400400    if (strstr($token_modifiers[$i], '-')!==false)
    401401      continue;
    402     if ( strlen($token==0) )
     402    if ( strlen($token)==0 )
    403403      continue;
    404404    $token = addslashes($token);
Note: See TracChangeset for help on using the changeset viewer.