From 51a4de797c76dbda26741acacbda76013caa5f64 Mon Sep 17 00:00:00 2001 From: rub Date: Mon, 27 Mar 2006 21:19:31 +0000 Subject: 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 --- include/user.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/user.inc.php') 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 -- cgit v1.2.3