You are here

function ad_notify_confirm_delete_page in Advertisement 6

Same name and namespace in other branches
  1. 5.2 notify/ad_notify.module \ad_notify_confirm_delete_page()
  2. 5 notify/ad_notify.module \ad_notify_confirm_delete_page()

Display confirm form.

1 string reference to 'ad_notify_confirm_delete_page'
ad_notify_menu in notify/ad_notify.module
Implementation of hook_menu().

File

notify/ad_notify.module, line 519
Receive email notifications regarding ads.

Code

function ad_notify_confirm_delete_page($node, $owner, $notification) {
  return drupal_get_form('ad_notify_confirm_delete', $node, $owner, $notification);
}