Make tag-per-group optional, default false

This commit is contained in:
Evan Prodromou
2011-04-20 16:19:07 -04:00
parent e686199616
commit 4fa7f147b0
3 changed files with 11 additions and 6 deletions

View File

@@ -268,7 +268,8 @@ $default =
array('desclimit' => null),
'group' =>
array('maxaliases' => 3,
'desclimit' => null),
'desclimit' => null,
'addtag' => false),
'peopletag' =>
array('maxtags' => 100, // maximum number of tags a user can create.
'maxpeople' => 500, // maximum no. of people with the same tag by the same user