Fix prefs display.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 11 Dec 2008 18:49:27 +0000 (11:49 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 11 Dec 2008 18:49:27 +0000 (11:49 -0700)
imp/config/prefs.php.dist

index 409c41c..164cabd 100644 (file)
@@ -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)