projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f2661
)
Remove the matching for the escaped '*' again. This was incorrect.
author
Gunnar Wrobel
<p@rdus.de>
Wed, 29 Apr 2009 08:21:56 +0000
(10:21 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Wed, 29 Apr 2009 08:21:56 +0000
(10:21 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php
b/framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php
index
a461fa6
..
94dae00
100644
(file)
--- a/
framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php
+++ b/
framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php
@@
-380,7
+380,7
@@
class Horde_Kolab_Server_Test extends Horde_Kolab_Server_Ldap
switch ($filter['log']) {
case '=':
$value = $element['data'][$filter['att']];
- if ((($filter['val'] == '*'
|| $filter['val'] == '\2a'
)
+ if ((($filter['val'] == '*')
&& !empty($value))
|| $value == $filter['val']
|| (is_array($value)