mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-05-02 06:09:58 +03:00
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:
parent
7eb6e6ca1f
commit
77aa54a32b
8 changed files with 56 additions and 16 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue