function search_comment_update
search_comment_update($comment)
Implements hook_comment_update().
File
- modules/search/search.module, line 826
- Enables site-wide keyword searching.
Code
function search_comment_update($comment) { // Reindex the node when comments are changed. search_touch_node($comment->nid); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!search!search.module/function/search_comment_update/7.x