X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Finfo%2Ffunctions.php;h=1e85337e7130531cd596ed24119f05e1502cbcfa;hb=91e0dccca7b2452d8b450791cae3aa4125e8889e;hp=3a20afb8220bc5b31696dcf7f1b172e9fe9df2ef;hpb=b11fe0462e9ecdb480ffa02d0ba9cd546140ab6f;p=squirrelmail.git diff --git a/plugins/info/functions.php b/plugins/info/functions.php index 3a20afb8..1e85337e 100644 --- a/plugins/info/functions.php +++ b/plugins/info/functions.php @@ -4,7 +4,7 @@ * * Here are two functions for the info plugin * The first gets the CAPABILITY response from your IMAP server. - * The second runs the passed IMAP test and returns the results + * The second runs the passed IMAP test and returns the results * The third prints the results of the IMAP command * to options.php. * @@ -36,7 +36,6 @@ function get_caps($imap_stream) { * @access private */ function imap_test($imap_stream, $string) { - global $default_charset; print "".htmlspecialchars($string).""; $response = sqimap_run_command_list($imap_stream, trim($string),false, $responses, $message,false); array_push($response, $responses . ' ' .$message);