alecpl
2011-05-03 1abb97fe1b51f4188658c86754212b44c06fdb9a
program/include/rcube_imap_generic.php
@@ -1203,8 +1203,8 @@
    {
        if (is_array($items) && !empty($items)) {
            foreach ($items as $key => $value) {
                $args[] = $this->escape($key);
                $args[] = $this->escape($value);
                $args[] = $this->escape($key, true);
                $args[] = $this->escape($value, true);
            }
        }