projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ab4c0
)
Fix parse error (Bug #8183).
author
Jan Schneider
<jan@horde.org>
Thu, 16 Apr 2009 22:12:15 +0000
(
00:12
+0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 16 Apr 2009 22:13:12 +0000
(
00:13
+0200)
ingo/rule.php
patch
|
blob
|
history
diff --git
a/ingo/rule.php
b/ingo/rule.php
index
9ef2578
..
ebad0ad
100644
(file)
--- a/
ingo/rule.php
+++ b/
ingo/rule.php
@@
-59,7
+59,7
@@
case 'rule_delete':
'id' => Util::getFormData('id'),
'name' => Util::getFormData('name'),
'combine' => Util::getFormData('combine'),
- 'conditions' = array()
+ 'conditions' =
>
array()
);
$field = Util::getFormData('field');