phpwebgallery_users.theme is no longuer used.

git-svn-id: http://piwigo.org/svn/trunk@99 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2003-09-14 15:03:38 +00:00
commit 3d606181a4

View file

@ -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';