You are here

function imagepicker_user_browse_public in Image Picker 5.2

Same name and namespace in other branches
  1. 6.2 imagepicker.user.inc \imagepicker_user_browse_public()
  2. 7 imagepicker.user.inc \imagepicker_user_browse_public()
1 call to imagepicker_user_browse_public()
imagepicker_user_page in ./imagepicker.module
Account functions

File

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

Code

function imagepicker_user_browse_public() {
  $content = _imagepicker_browse_public("account");
  return $content;
}