Aleksander Machniak
2014-07-23 83316e175dfb0aa4dde06a975600292be60dd132
Reset $value in a loop
1 files modified
1 ■■■■ changed files
program/lib/Roundcube/rcube_addressbook.php 1 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_addressbook.php
@@ -581,6 +581,7 @@
        if (preg_match_all('/\{[a-z]+\}/', $result, $matches)) {
            foreach ($matches[0] as $key) {
                $key = trim($key, '{}');
                $value = '';
                switch ($key) {
                case 'name':