From 6409647e1c9e9d13913c9d4b3d882511dc51f52d Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 20 Dec 2004 23:54:59 +0000 Subject: - new feature : lock temporary your gallery for maintenance - $user keys for guest user are initialized with default values of $conf git-svn-id: http://piwigo.org/svn/trunk@653 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/common.inc.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/common.inc.php') diff --git a/include/common.inc.php b/include/common.inc.php index 7e843488b..626d5e91a 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -163,11 +163,4 @@ while ( $row =mysql_fetch_array( $result ) ) } include(PHPWG_ROOT_PATH.'include/user.inc.php'); - -// displaying the username in the language of the connected user, instead of -// "guest" as you can find in the database -if ($user['is_the_guest']) -{ - $user['username'] = $lang['guest']; -} ?> -- cgit v1.2.3