projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4ca12
)
Fix text representation of size search
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 16 Nov 2010 21:40:49 +0000
(14:40 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 16 Nov 2010 21:41:23 +0000
(14:41 -0700)
imp/lib/Search/Element/Size.php
patch
|
blob
|
history
diff --git
a/imp/lib/Search/Element/Size.php
b/imp/lib/Search/Element/Size.php
index
1ede153
..
68bf126
100644
(file)
--- a/
imp/lib/Search/Element/Size.php
+++ b/
imp/lib/Search/Element/Size.php
@@
-54,7
+54,7
@@
class IMP_Search_Element_Size extends IMP_Search_Element
? _("Size (KB) >")
: _("Size (KB) <");
- return $label . ' ' . ($
rule->v
/ 1024);
+ return $label . ' ' . ($
this->_data->s
/ 1024);
}
}