projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d365da
)
Some more places to use self::
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 13 Jul 2010 01:57:35 +0000
(19:57 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 13 Jul 2010 01:57:35 +0000
(19:57 -0600)
imp/lib/IMP.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMP.php
b/imp/lib/IMP.php
index
c1b5fbf
..
9b79f40
100644
(file)
--- a/
imp/lib/IMP.php
+++ b/
imp/lib/IMP.php
@@
-934,7
+934,7
@@
class IMP
case Horde_Imap_Client::SORT_THREAD:
/* Can't do threaded searches in search mailboxes. */
if (!self::threadSortAvailable($mbox)) {
- $ob['by'] =
IMP
::IMAP_SORT_DATE;
+ $ob['by'] =
self
::IMAP_SORT_DATE;
}
break;
@@
-953,7
+953,7
@@
class IMP
break;
}
- if ($convert && ($ob['by'] ==
IMP
::IMAP_SORT_DATE)) {
+ if ($convert && ($ob['by'] ==
self
::IMAP_SORT_DATE)) {
$ob['by'] = $prefs->getValue('sortdate');
}