projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad763e
)
Fix body/text searches
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 27 Jan 2010 02:06:55 +0000
(19:06 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 27 Jan 2010 02:06:55 +0000
(19:06 -0700)
imp/lib/Ui/Search.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ui/Search.php
b/imp/lib/Ui/Search.php
index
404f18c
..
254703d
100644
(file)
--- a/
imp/lib/Ui/Search.php
+++ b/
imp/lib/Ui/Search.php
@@
-69,7
+69,7
@@
class IMP_Ui_Search
case 'body':
case 'text':
if (!empty($rule->v)) {
- $ob->text($rule->
c
, $search_fields[$rule->t]['type'] == 'body', !empty($rule->n));
+ $ob->text($rule->
v
, $search_fields[$rule->t]['type'] == 'body', !empty($rule->n));
$search_array[] = $ob;
}
break;