From 439fd773e3783145c31e728ae6b6876f1efa9973 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 20 Sep 2013 12:17:30 +0200 Subject: Fix typo in last commit and some managesieve tests (where we changed :comparator position) --- plugins/managesieve/lib/Roundcube/rcube_sieve_script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/managesieve/lib') diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_script.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_script.php index f6a2f7dd5..6fbc3f89d 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_script.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_script.php @@ -943,7 +943,7 @@ class rcube_sieve_script if (preg_match('/^(value|count)-([gteqnl]{2})/', $test['type'], $m)) { array_push($exts, 'relational'); - $out .= ' :' . $m[1] . ' "' . $m[2]; + $out .= ' :' . $m[1] . ' "' . $m[2] . '"'; } else { if ($test['type'] == 'regex') { -- cgit v1.2.3