You are here

function Notifications_Subscription::update in Notifications 6.4

Same name and namespace in other branches
  1. 7 notifications.subscription.inc \Notifications_Subscription::update()

Update db

Overrides Messaging_Object::update

File

includes/notifications_subscription.class.inc, line 315
Drupal Notifications Framework - Default class file

Class

Notifications_Subscription
Message destination class

Code

function update() {
  $this
    ->save_fields(TRUE);
  return parent::update();
}