Remove _debug_array() from sieve rules index page

This commit is contained in:
Hadi Nategh 2013-10-11 08:57:25 +00:00
parent a30b656865
commit fe217e5458

View File

@ -844,7 +844,6 @@ class mail_sieve
*/
function buildRule($rule)
{
_debug_array($rule);
$andor = ' '. lang('and') .' ';
$started = 0;
if ($rule['anyof']) $andor = ' '. lang('or') .' ';