Step 2 improvement issue 0000127:

o Allow to chage high property on user list
  o Set initial value for the 2 default users

+ Correction of permissions.png in user list


git-svn-id: http://piwigo.org/svn/trunk@1079 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2006-03-14 21:31:31 +00:00
parent 7eb6e6ca1f
commit 77aa54a32b
8 changed files with 56 additions and 16 deletions

View file

@ -451,7 +451,8 @@ function create_user_infos($user_id)
'show_nb_comments' => boolean_to_string($conf['show_nb_comments']),
'maxwidth' => $conf['default_maxwidth'],
'maxheight' => $conf['default_maxheight'],
'registration_date' => $dbnow
'registration_date' => $dbnow,
'enabled_high' => $conf['newuser_default_enabled_high']
);
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');