You are here

function imce_watermark_perm in IMCE Watermark 6.2

Implementation of hook_perm().

File

./imce_watermark.module, line 13
Adding watermar for IMCE uploaded images.

Code

function imce_watermark_perm() {
  return array(
    'imce watermark control',
  );
}