Aleksander Machniak
2014-03-14 fda13f337c074c335d6f0c553d66dfb9ea21b503
Remove debug code
1 files modified
5 ■■■■ changed files
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 5 ●●●● patch | view | raw | blame | history
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
@@ -914,12 +914,9 @@
                    break;
                case 'vacation':
                    $reason        = $this->strip_value($reasons[$idx]);
                    $interval_type = $interval_types[$idx] == 'seconds' ? 'seconds' : 'days';
console('---------------');
console($_POST);
console($reason);
                    $this->form['actions'][$i]['reason']    = str_replace("\r\n", "\n", $reason);
                    $this->form['actions'][$i]['subject']   = $subject[$idx];
                    $this->form['actions'][$i]['addresses'] = array_shift($addresses);