mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Step 6 improvement issue 0000301:
o set webmaster status on installation of PWG git-svn-id: http://piwigo.org/svn/trunk@1077 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | PhpWebGallery - a PHP based picture gallery |
|
||||
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
|
||||
// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
|
||||
// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | branch : BSF (Best So Far)
|
||||
// | file : $RCSfile$
|
||||
@@ -311,7 +311,7 @@ INSERT INTO '.USERS_TABLE.'
|
||||
INSERT INTO '.USER_INFOS_TABLE.'
|
||||
(user_id,status,language)
|
||||
VALUES
|
||||
(1, \'admin\', \''.$language.'\')
|
||||
(1, \'webmaster\', \''.$language.'\')
|
||||
;';
|
||||
mysql_query($query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user