projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f3059
)
Fix thread display in IMP.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 20 Feb 2009 19:10:53 +0000
(12:10 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 20 Feb 2009 19:10:53 +0000
(12:10 -0700)
imp/lib/IMAP/Thread.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMAP/Thread.php
b/imp/lib/IMAP/Thread.php
index
763c53d
..
99458b2
100644
(file)
--- a/
imp/lib/IMAP/Thread.php
+++ b/
imp/lib/IMAP/Thread.php
@@
-122,7
+122,7
@@
class IMP_IMAP_Thread
$imgs = $tree = array();
foreach (self::$_imglist as $key => $val) {
- $imgs[$key] = Horde::img('tree/' . (($key != 0 && !empty($GLOBALS['nls']['rtl'][$GLOBALS['language']])) ? ('rev-' . $val) : $val));
+ $imgs[$key] = Horde::img('tree/' . (($key != 0 && !empty($GLOBALS['nls']['rtl'][$GLOBALS['language']])) ? ('rev-' . $val) : $val)
, null, null, $GLOBALS['registry']->getImageDir('horde')
);
}
foreach ($this->getThreadTreeOb($indices, $sortdir) as $k => $v) {