projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f94ed7f
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Dec 2008 18:29:49 +0000
(11:29 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Dec 2008 18:29:49 +0000
(11:29 -0700)
imp/search.php
patch
|
blob
|
history
diff --git
a/imp/search.php
b/imp/search.php
index
c7717a6
..
2390174
100644
(file)
--- a/
imp/search.php
+++ b/
imp/search.php
@@
-66,7
+66,7
@@
case 'do_search':
/* Need to convert size from KB to bytes. */
for ($i = 0; $i <= $search['field_end']; $i++) {
if (isset($search['field'][$i]) &&
- isset($imp_search_fields[$search['field'][$i]) &&
+ isset($imp_search_fields[$search['field'][$i]
]
) &&
($imp_search_fields[$search['field'][$i]]['type'] == IMP_Search::SIZE)) {
$search['text'][$i] *= 1024;
}