projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af64145
)
Remove undefined variable
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 13 Apr 2010 05:30:02 +0000
(23:30 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 13 Apr 2010 05:30:15 +0000
(23:30 -0600)
imp/lib/Mime/Viewer/Plain.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Plain.php
b/imp/lib/Mime/Viewer/Plain.php
index
0d93ff9
..
4413d18
100644
(file)
--- a/
imp/lib/Mime/Viewer/Plain.php
+++ b/
imp/lib/Mime/Viewer/Plain.php
@@
-349,7
+349,7
@@
class IMP_Horde_Mime_Viewer_Plain extends Horde_Mime_Viewer_Plain
'text2html' => array(
'charset' => Horde_Nls::getCharset(),
// See Ticket #8836
- 'noprefetch' => ($
inline && $
GLOBALS['browser']->isBrowser('mozilla') && !$GLOBALS['browser']->usingSSLConnection()),
+ 'noprefetch' => ($GLOBALS['browser']->isBrowser('mozilla') && !$GLOBALS['browser']->usingSSLConnection()),
'parselevel' => Horde_Text_Filter_Text2html::MICRO
),
'tabs2spaces' => array(),