From 80754de17245e385bbbd7429bd2147312ee1b62e Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 13 Jan 2007 03:13:40 +0000 Subject: very small improvements: - mass_inserts does not requires keys to start at 0 - recent_cats categories are sorted by global_rank (consistency) - removed warning from page_header.php (when included from redirect) - added 2 template functions for plugins (get_var and concat_var) - removed unused code from profile.php - changed css width for tag selection (search page) from 55em to almost 100% git-svn-id: http://piwigo.org/svn/trunk@1719 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'profile.php') diff --git a/profile.php b/profile.php index 532964fe1..5284dbe78 100644 --- a/profile.php +++ b/profile.php @@ -2,10 +2,10 @@ // +-----------------------------------------------------------------------+ // | 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-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) -// | file : $RCSfile$ +// | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ // | revision : $Revision$ @@ -38,13 +38,6 @@ include_once(PHPWG_ROOT_PATH.'include/common.inc.php'); // +-----------------------------------------------------------------------+ check_status(ACCESS_CLASSIC); -if ($user['is_the_guest'] and !$guest_allowed) -{ - echo '
'.$lang['only_members'].'
'; - echo ''.$lang['ident_title'].'
'; - exit(); -} - $userdata = $user; //------------------------------------------------------ update & customization -- cgit v1.2.3