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