Revision 848
Added by thorn over 17 years ago
| search.php | ||
|---|---|---|
| 164 | 164 |
} |
| 165 | 165 |
|
| 166 | 166 |
// Get search string |
| 167 |
$search_normal_string = 'unset';
|
|
| 168 |
$search_entities_string = 'unset'; // for SQL's LIKE
|
|
| 167 |
$search_normal_string = ''; |
|
| 168 |
$search_entities_string = ''; // for SQL's LIKE |
|
| 169 | 169 |
$search_display_string = ''; // for displaying |
| 170 | 170 |
$search_url_string = ''; // for $_GET |
| 171 | 171 |
$string = ''; |
Also available in: Unified diff
fixed issue with captcha (mt_rand() instead of rand()); fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')