function weight_perm in Weight 5
Same name and namespace in other branches
- 6 weight.module \weight_perm()
File
- ./
weight.module, line 51
Code
function weight_perm() {
return array(
'assign node weight',
);
}
function weight_perm() {
return array(
'assign node weight',
);
}