mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:08 +01:00
Remove _debug_array() from sieve rules index page
This commit is contained in:
parent
a30b656865
commit
fe217e5458
@ -844,7 +844,6 @@ class mail_sieve
|
||||
*/
|
||||
function buildRule($rule)
|
||||
{
|
||||
_debug_array($rule);
|
||||
$andor = ' '. lang('and') .' ';
|
||||
$started = 0;
|
||||
if ($rule['anyof']) $andor = ' '. lang('or') .' ';
|
||||
|
Loading…
Reference in New Issue
Block a user