diff options
author | rub <rub@piwigo.org> | 2006-10-30 23:34:31 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-10-30 23:34:31 +0000 |
commit | 9c3e182268ed2bc5df5f31cf4045b217f7ad8791 (patch) | |
tree | c09a2b977ba3bfde8f32d2e38c07ad237ac29013 /include/config_default.inc.php | |
parent | a0e981198d4602c7634407780379c19d58b92e15 (diff) |
Resolved Issue ID 0000526:
o Add default group to new user
Allow to have n default groups.
Property are save on table #_group and can be modified on administration group screen.
git-svn-id: http://piwigo.org/svn/trunk@1583 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index a27b604e6..b70b24e21 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -222,9 +222,6 @@ $conf['check_upgrade_feed'] = true; // rate_items: available rates for a picture $conf['rate_items'] = array(0,1,2,3,4,5); -// Dafault groups to assign to new user -$conf['default_group_id'] = -1; - // +-----------------------------------------------------------------------+ // | metadata | // +-----------------------------------------------------------------------+ |