program/include/rcube_imap_generic.php | ●●●●● 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.