projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a661e7
)
This should be an intval.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 15 Apr 2009 20:49:54 +0000
(14:49 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 16 Apr 2009 05:10:29 +0000
(23:10 -0600)
imp/lib/DIMP.php
patch
|
blob
|
history
diff --git
a/imp/lib/DIMP.php
b/imp/lib/DIMP.php
index
18b196a
..
f02c222
100644
(file)
--- a/
imp/lib/DIMP.php
+++ b/
imp/lib/DIMP.php
@@
-217,7
+217,7
@@
class DIMP
'viewport_wait' => intval($conf['dimp']['viewport']['viewport_wait']),
'login_view' => $prefs->getValue('dimp_login_view'),
'background_inbox' => intval(!empty($conf['dimp']['viewport']['background_inbox'])),
- 'splitbar_pos' =>
$prefs->getValue('dimp_splitbar'
),
+ 'splitbar_pos' =>
intval($prefs->getValue('dimp_splitbar')
),
// Turn debugging on?
'debug' => intval(!empty($conf['dimp']['js']['debug'])),