slave server

Ignore Slave Server Patch

  1. /**
  2.  * Implementation of hook_comment_insert().
  3.  */
  4. function comment_comment_insert($comment) {
  5.   drupal_set_ignore_slave();
  6. }
  7.  
  8. /*
  9.  * Implementation of hook_comment_update().
  10.  */
Syndicate content