You are here

function imagepicker_admin_orphans in Image Picker 7

Same name and namespace in other branches
  1. 6.2 imagepicker.admin.inc \imagepicker_admin_orphans()
1 string reference to 'imagepicker_admin_orphans'
imagepicker_menu in ./imagepicker.module
Implement hook_menu().

File

./imagepicker.admin.inc, line 1206
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function imagepicker_admin_orphans() {

  // show a form if applicable
  $content = drupal_get_form('imagepicker_admin_orphans_form');
  return $content;
}