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:
parent
227a712657
commit
3d606181a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue