projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5cbaec
)
Fix prefs display.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 11 Dec 2008 18:49:27 +0000
(11:49 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 11 Dec 2008 18:49:27 +0000
(11:49 -0700)
imp/config/prefs.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/prefs.php.dist
b/imp/config/prefs.php.dist
index
409c41c
..
164cabd
100644
(file)
--- 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)