diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 15:48:13 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 15:48:13 -0700 |
| commit | 35c6bc3cfabdea1f0af16bc2a81e14bd6914bd70 (patch) | |
| tree | e5a082fc1ffc6c5fc8c51517a542ce18d3e46109 /modules/search/helpers | |
| parent | cb1ae141bb65a5da42e94910214abbf5ac367920 (diff) | |
| parent | 6641fec60da715161f0f7f11235c1720d17ec19e (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/search/helpers')
| -rw-r--r-- | modules/search/helpers/search_event.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/search/helpers/search_event.php b/modules/search/helpers/search_event.php index b65763af..836bbe15 100644 --- a/modules/search/helpers/search_event.php +++ b/modules/search/helpers/search_event.php @@ -35,9 +35,4 @@ class search_event_Core { static function item_related_update($item) { search::update($item); } - - static function item_related_update_batch($sql) { - $db = Database::instance(); - $db->query("UPDATE {search_records} SET `dirty` = 1 WHERE item_id IN ($sql)"); - } } |
