You are here

function weight_perm in Weight 6

Same name and namespace in other branches
  1. 5 weight.module \weight_perm()

Implements hook_perm().

File

./weight.module, line 35
This module uses the sticky column of the node table to add weighting to nodes.

Code

function weight_perm() {
  return array(
    'assign node weight',
  );
}