alecpl
2012-03-15 cba69dd9777bf6c8d6ab5368da7e349e4cf60832
- Merge r6014 from trunk


1 files modified
4 ■■■■ changed files
plugins/managesieve/lib/rcube_sieve_script.php 4 ●●●● patch | view | raw | blame | history
plugins/managesieve/lib/rcube_sieve_script.php
@@ -1058,6 +1058,10 @@
                        $result[] = $text;
                    }
                }
                // fallback, skip one character as infinite loop prevention
                else {
                    $str = substr($str, 1);
                }
                break;
            }