#199158 by catch: AND was used in place of WHERE in search module reindex code

6.x
Gábor Hojtsy 2007-12-14 18:40:32 +00:00
parent 7bcd7429df
commit 5804090b5a
1 changed files with 1 additions and 1 deletions

View File

@ -1101,7 +1101,7 @@ function node_search($op = 'search', $keys = NULL) {
return t('Content');
case 'reset':
db_query("UPDATE {search_dataset} SET reindex = %d AND type = 'node'", time());
db_query("UPDATE {search_dataset} SET reindex = %d WHERE type = 'node'", time());
return;
case 'status':