Ignore:
Timestamp:
Jan 12, 2012, 6:57:43 AM (12 years ago)
Author:
rvelices
Message:

remove max photo width/height from user profile because not used anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_list.php

    r12681 r12877  
    386386  $formfields =
    387387    array('nb_image_page', 'theme', 'language',
    388           'recent_period', 'maxwidth', 'expand', 'show_nb_comments',
    389           'show_nb_hits', 'maxheight', 'status', 'enabled_high',
     388          'recent_period', 'expand', 'show_nb_comments',
     389          'show_nb_hits', 'status', 'enabled_high',
    390390          'level');
    391391
     
    561561    array(
    562562      'NB_IMAGE_PAGE' => $_POST['nb_image_page'],
    563       'MAXWIDTH' => $_POST['maxwidth'],
    564       'MAXHEIGHT' => $_POST['maxheight'],
    565563      'RECENT_PERIOD' => $_POST['recent_period'],
    566564      ));
     
    572570    array(
    573571      'NB_IMAGE_PAGE' => $default_user['nb_image_page'],
    574       'MAXWIDTH' => $default_user['maxwidth'],
    575       'MAXHEIGHT' => $default_user['maxheight'],
    576572      'RECENT_PERIOD' => $default_user['recent_period'],
    577573      ));
Note: See TracChangeset for help on using the changeset viewer.