Simplifying the configuration menu
This commit is contained in:
parent
9777b4c1ba
commit
feb393faa4
11 changed files with 32 additions and 28 deletions
|
@ -730,7 +730,7 @@ function stormorganization_admin_settings() {
|
|||
'#title' => t('Host organization'),
|
||||
'#options' => $organizations,
|
||||
'#default_value' => variable_get('storm_organization_nid', 0),
|
||||
'#description' => t('The organization that owns this system'),
|
||||
'#description' => t('The organization that owns this system.'),
|
||||
'#weight' => -30,
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue