You are here

function imagepicker_id_load in Image Picker 6.2

Same name and namespace in other branches
  1. 7 imagepicker.module \imagepicker_id_load()

menu placeholder functions

File

./imagepicker.module, line 445
Enables permitted roles to upload images for insertion into configured nodes.

Code

function imagepicker_id_load($arg) {
  return is_numeric($arg) ? $arg : FALSE;
}