Array to string conversion, this is probably a typo

This commit is contained in:
Marc Delisle
2007-05-10 17:25:25 +00:00
parent ca0247d660
commit ecf0f14884

View File

@@ -181,7 +181,7 @@ if (isset($_REQUEST['submit_search'])) {
// Eliminates empty values // Eliminates empty values
// In MySQL 4.1, if a field has no collation we get NULL in Charset // In MySQL 4.1, if a field has no collation we get NULL in Charset
// but in MySQL 5.0.x we get '' // but in MySQL 5.0.x we get ''
if (strlen($search_words) === 0) { if (strlen($search_word) === 0) {
continue; continue;
} }