src/cm/media/js/client/c_permissions.js
author gibus
Tue, 15 May 2012 11:16:46 +0200
changeset 432 aad07a378d44
parent 341 053551f213fb
permissions -rw-r--r--
Respect order by scope in show all comments or show all detached comments.

hasPerm = function(label) {
  return (-1 != CY.Array.indexOf(sv_user_permissions, label)) ; 
}