diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/functions_user.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index 8f4b6e647..5bc70cf92 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -92,7 +92,7 @@ function register_user( if ( sizeof( $error ) == 0 ) { // 1. retrieving default values, the ones of the user "guest" - $infos = array( 'nb_image_line', 'nb_line_page', 'theme', 'language', + $infos = array( 'nb_image_line', 'nb_line_page', 'language', 'maxwidth', 'maxheight', 'expand', 'show_nb_comments', 'short_period', 'long_period', 'template' ); $query = 'select'; |