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:
rub
2006-03-13 22:44:49 +00:00
parent 6228c0a07f
commit 47046eade2

View File

@@ -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);