aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-09-14 15:03:38 +0000
committerz0rglub <z0rglub@piwigo.org>2003-09-14 15:03:38 +0000
commit3d606181a451729f450ea737f010e81828a74300 (patch)
tree0c6575a10c75f7bdc96f870a39feb2a77eead7ad
parent227a7126578e4a1fddd20e4f76a7a1494ae07416 (diff)
phpwebgallery_users.theme is no longuer used.
git-svn-id: http://piwigo.org/svn/trunk@99 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/functions_user.inc.php2
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';