Aleksander Machniak
2012-11-06 37633a6c794fd35ce3cda8766f8583301a090ba4
Remove unused unEscape() method
1 files modified
12 ■■■■■ changed files
program/include/rcube_imap_generic.php 12 ●●●●● patch | view | raw | blame | history
program/include/rcube_imap_generic.php
@@ -3658,18 +3658,6 @@
    }
    /**
     * Unescapes quoted-string
     *
     * @param string  $string       IMAP string
     *
     * @return string String
     */
    static function unEscape($string)
    {
        return stripslashes($string);
    }
    /**
     * Set the value of the debugging flag.
     *
     * @param   boolean $debug      New value for the debugging flag.