aboutsummaryrefslogtreecommitdiffstats
path: root/include/user.inc.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-03-27 21:19:31 +0000
committerrub <rub@piwigo.org>2006-03-27 21:19:31 +0000
commit51a4de797c76dbda26741acacbda76013caa5f64 (patch)
treec1bb657262978e97aa19bb919275506d4a62029c /include/user.inc.php
parentd63d25a61d2a7bf9272f78c73fbce6a7a3ff6eee (diff)
improvement issue 0000127&0000301:
o Fix Missing Adviser tests o Improve pwg_high , set to is_the_guest default value for enabled_high git-svn-id: http://piwigo.org/svn/trunk@1106 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/user.inc.php')
-rw-r--r--include/user.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user.inc.php b/include/user.inc.php
index 4b3dd13e8..83d86a6c7 100644
--- a/include/user.inc.php
+++ b/include/user.inc.php
@@ -78,6 +78,7 @@ if ($user['is_the_guest'])
$user['recent_period'] = $conf['recent_period'];
$user['expand'] = $conf['auto_expand'];
$user['show_nb_comments'] = $conf['show_nb_comments'];
+ $user['enabled_high'] = $conf['newuser_default_enabled_high'];
}
// calculation of the number of picture to display per page