You are here

function __gotwo_delete_page in Go - url redirects 5

Remove a go entry

1 string reference to '__gotwo_delete_page'
gotwo_menu in ./gotwo.module
Implementation of hook_menu

File

./gotwo.module, line 456
Module that provides easy to use redirection links. A redirection link would be like: http://examples.org/go/a_label http://examples.org/go/123546 http://examples.org/go/or/like/this

Code

function __gotwo_delete_page($gid) {
  return drupal_get_form('__gotwo_delete', $gid);
}