Implement public projects

This commit is contained in:
Eike Foken
2011-09-08 03:21:54 +02:00
parent 7b329f4501
commit d7ed30e1ba
6 changed files with 124 additions and 22 deletions

View File

@@ -232,6 +232,11 @@ $config['projects/create'] = array(
'label' => _('Default configuration'),
'rules' => 'file_allowed_type[calc]',
),
array(
'field' => 'public',
'label' => _('Make the project public'),
'rules' => 'integer',
),
);
/**