mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix for bug reported at the developer list regarding apply with allof/anyof.
This commit is contained in:
parent
7f9db5a50c
commit
d4a7d28b31
@ -369,6 +369,8 @@
|
||||
$this->t->set_var('keep_checked','checked');
|
||||
if($_ruleData['regexp'])
|
||||
$this->t->set_var('regexp_checked','checked');
|
||||
if(intval($_ruleData['anyof'])==1)
|
||||
$_ruleData['anyof'] = 4; // set the anyof to 4 if set at all, as the template var anyof_selected is anyof_selected0 or anyof_selected4
|
||||
$this->t->set_var('anyof_selected'.intval($_ruleData['anyof']),'selected');
|
||||
$this->t->set_var('value_from',htmlspecialchars($_ruleData['from'], ENT_QUOTES, $GLOBALS['egw']->translation->charset()));
|
||||
$this->t->set_var('value_to',htmlspecialchars($_ruleData['to'], ENT_QUOTES, $GLOBALS['egw']->translation->charset()));
|
||||
|
Loading…
Reference in New Issue
Block a user