|
@@ -1860,7 +1860,7 @@ |
|
|
block discarded – undo |
|
1860
|
1860
|
if (!$this->_createTemporary) |
|
1861
|
1861
|
{ |
|
1862
|
1862
|
$this->_db_search->search_query('delete_log_search_' . ($searchType == 'subject' ? 'topics' : 'messages'), ' |
|
1863
|
|
- DELETE FROM {db_prefix}log_search_' . ($searchType == 'subject' ? 'topics' : 'messages').' |
|
|
1863
|
+ DELETE FROM {db_prefix}log_search_' . ($searchType == 'subject' ? 'topics' : 'messages') . ' |
|
1864
|
1864
|
WHERE id_search = {int:id_search}', |
|
1865
|
1865
|
array( |
|
1866
|
1866
|
'id_search' => $id_search, |
Please login to merge, or discard this patch.