From 3d606181a451729f450ea737f010e81828a74300 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 14 Sep 2003 15:03:38 +0000 Subject: phpwebgallery_users.theme is no longuer used. git-svn-id: http://piwigo.org/svn/trunk@99 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_user.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3