Ignore:
Timestamp:
May 31, 2011, 12:24:24 PM (13 years ago)
Author:
mistic100
Message:

backmerge r10857

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/user_list.php

    r10857 r11126  
    236236        sprintf(
    237237          l10n('user "%s" added'),
    238           stripslashes($_POST['login'])
     238          $_POST['login']
    239239          )
    240240        );
     
    385385
    386386  $formfields =
    387     array('nb_image_page', 'theme', 'language',
     387    array('nb_image_line', 'nb_line_page', 'theme', 'language',
    388388          'recent_period', 'maxwidth', 'expand', 'show_nb_comments',
    389389          'show_nb_hits', 'maxheight', 'status', 'enabled_high',
     
    560560  $template->assign(
    561561    array(
    562       'NB_IMAGE_PAGE' => $_POST['nb_image_page'],
     562      'NB_IMAGE_LINE' => $_POST['nb_image_line'],
     563      'NB_LINE_PAGE' => $_POST['nb_line_page'],
    563564      'MAXWIDTH' => $_POST['maxwidth'],
    564565      'MAXHEIGHT' => $_POST['maxheight'],
     
    571572  $template->assign(
    572573    array(
    573       'NB_IMAGE_PAGE' => $default_user['nb_image_page'],
     574      'NB_IMAGE_LINE' => $default_user['nb_image_line'],
     575      'NB_LINE_PAGE' => $default_user['nb_line_page'],
    574576      'MAXWIDTH' => $default_user['maxwidth'],
    575577      'MAXHEIGHT' => $default_user['maxheight'],
Note: See TracChangeset for help on using the changeset viewer.