diff options
Diffstat (limited to '')
-rw-r--r-- | install.php | 4 |
1 files 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); |