function notifications_content_node_insert in Notifications 7
Implements hook_node_insert().
File
- notifications_content/
notifications_content.module, line 681 - Subscriptions to content events
Code
function notifications_content_node_insert($node) {
if (!empty($node->status)) {
_notifications_content_trigger_node($node);
}
}