Warnings were removed
[squirrelmail.git] / src / folders_rename_do.php
index da76944a50bc8551e0af976208f2afcb028c6d7a..37fbf311bcdebba1127a1c4197174ec62b3fd48b 100644 (file)
@@ -36,7 +36,6 @@
 
    $cmd = "a024 RENAME \"" . quoteIMAP($orig) . "\" \"" .
       quoteIMAP($newone) . "\"\r\n";
-   echo htmlspecialchars($cmd) . "<br>\n";
    fputs ($imapConnection, $cmd);
    $data = sqimap_read_data($imapConnection, "a024", true, $a, $b);