projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7fe6bd
)
Reverse logic.
author
Jan Schneider
<jan@horde.org>
Tue, 18 Aug 2009 09:40:15 +0000
(11:40 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 18 Aug 2009 09:40:15 +0000
(11:40 +0200)
imp/lib/IMP.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMP.php
b/imp/lib/IMP.php
index
838afc9
..
1bfc2f6
100644
(file)
--- a/
imp/lib/IMP.php
+++ b/
imp/lib/IMP.php
@@
-68,7
+68,7
@@
class IMP
}
// Start compression.
- if (IMP_Application::$noCompress) {
+ if (
!
IMP_Application::$noCompress) {
Horde::compressOutput();
}