From 47046eade281ef8073eec9b088b8a4d5bd20d23d Mon Sep 17 00:00:00 2001 From: rub Date: Mon, 13 Mar 2006 22:44:49 +0000 Subject: 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 --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index 68b98547d..11c68f60f 100644 --- a/install.php +++ b/install.php @@ -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); -- cgit v1.2.3