From 65590487d4f07d81a3e47899c2454df187d3f23a Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 12 Jan 2012 05:57:43 +0000 Subject: remove max photo width/height from user profile because not used anymore git-svn-id: http://piwigo.org/svn/trunk@12877 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/user_list.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'admin/user_list.php') diff --git a/admin/user_list.php b/admin/user_list.php index 4c0852e38..33c3485f1 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -385,8 +385,8 @@ DELETE FROM '.USER_GROUP_TABLE.' $formfields = array('nb_image_page', 'theme', 'language', - 'recent_period', 'maxwidth', 'expand', 'show_nb_comments', - 'show_nb_hits', 'maxheight', 'status', 'enabled_high', + 'recent_period', 'expand', 'show_nb_comments', + 'show_nb_hits', 'status', 'enabled_high', 'level'); $true_false_fields = array('expand', 'show_nb_comments', @@ -560,8 +560,6 @@ if (isset($_POST['pref_submit'])) $template->assign( array( 'NB_IMAGE_PAGE' => $_POST['nb_image_page'], - 'MAXWIDTH' => $_POST['maxwidth'], - 'MAXHEIGHT' => $_POST['maxheight'], 'RECENT_PERIOD' => $_POST['recent_period'], )); } @@ -571,8 +569,6 @@ else $template->assign( array( 'NB_IMAGE_PAGE' => $default_user['nb_image_page'], - 'MAXWIDTH' => $default_user['maxwidth'], - 'MAXHEIGHT' => $default_user['maxheight'], 'RECENT_PERIOD' => $default_user['recent_period'], )); } -- cgit v1.2.3