projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb88d98
)
Undefined error.
author
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 7 Dec 2008 19:56:32 +0000
(12:56 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 7 Dec 2008 22:25:57 +0000
(15:25 -0700)
imp/search.php
patch
|
blob
|
history
diff --git
a/imp/search.php
b/imp/search.php
index
805b3e0
..
32b5c21
100644
(file)
--- a/
imp/search.php
+++ b/
imp/search.php
@@
-67,6
+67,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]) &&
($imp_search_fields[$search['field'][$i]]['type'] == IMP_Search::SIZE)) {
$search['text'][$i] *= 1024;
}