From: Michael M Slusarz Date: Thu, 11 Dec 2008 18:49:27 +0000 (-0700) Subject: Fix prefs display. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e8e57523d46676c23b96f2cd3bb80a27e3774ac2;p=horde.git Fix prefs display. --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 409c41c07..164cabd73 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -198,7 +198,7 @@ $prefGroups['dimp'] = array( 'column' => _("Other Options"), 'label' => _("DIMP Options"), 'desc' => _("Configure DIMP Options."), - 'members' => array('login_view', 'show_preview') + 'members' => array('login_view') ); @@ -1469,8 +1469,7 @@ $_prefs['show_preview'] = array( 'value' => true, 'locked' => false, 'shared' => false, - 'type' => 'implicit', -); + 'type' => 'implicit'); // Other entries (used internally in IMP)