You are here

function video_perm in Video 6.3

Same name and namespace in other branches
  1. 5 video.module \video_perm()
  2. 6.5 video.module \video_perm()
  3. 6 video.module \video_perm()
  4. 6.2 video.module \video_perm()
  5. 6.4 video.module \video_perm()

Implementation of hook_perm().

File

./video.module, line 12
video.module

Code

function video_perm() {

  //bypass conversion video

  //'override player width'
  return module_invoke_all('v_perm');
}