You are here

function ad_notify_confirm_delete_page in Advertisement 5

Same name and namespace in other branches
  1. 5.2 notify/ad_notify.module \ad_notify_confirm_delete_page()
  2. 6 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 459
Receive email notifications regarding ads.

Code

function ad_notify_confirm_delete_page($notification, $aid, $uid) {
  return drupal_get_form('ad_notify_confirm_delete', $notification, $aid, $uid);
}