Revision e9734207
Added by Assos Assos almost 5 years ago
drupal7/sites/all/modules/forum_access/forum_access.admin.inc | ||
---|---|---|
64 | 64 |
'#type' => 'radios', |
65 | 65 |
'#title' => t('Update the permissions'), |
66 | 66 |
'#description' => t('<em>If</em> you make any node access changes, then each node in this forum needs to be updated. Hover over the radiobuttons for details.'), |
67 |
'#options' => NULL,
|
|
67 |
'#options' => array(0, 1, 2),
|
|
68 | 68 |
0 => array( |
69 | 69 |
'#type' => 'radio', |
70 | 70 |
'#title' => t('for all %count nodes immediately', array('%count' => $count)), |
... | ... | |
401 | 401 |
} |
402 | 402 |
} |
403 | 403 |
$ca_priority = content_access_get_settings('priority', 'forum'); |
404 |
$is_conflict = ($ca_priority >= $fa_priority && !empty($ca_interferes) || $ca_priority > $fa_priority);
|
|
404 |
$is_conflict = (($ca_priority >= $fa_priority && !empty($ca_interferes)) || $ca_priority > $fa_priority);
|
|
405 | 405 |
$variables += array( |
406 | 406 |
'!link' => l(t('@Content_Access configuration for the %content_type type', $variables), 'admin/structure/types/manage/forum/access', array('html' => TRUE)), |
407 | 407 |
'%Advanced' => $tr('Advanced'), |
Also available in: Unified diff
Weekly update of contrib modules