* All incoming form values now have stripslashes() ran on them automatically
[squirrelmail.git] / src / folders_rename_do.php
index 740a96dafcdd4ba4bdd3a66b34af50f7b35a66a5..7c8bb47ba8f53f664d1972588565f53d99b27267 100644 (file)
@@ -44,9 +44,6 @@
    else
       $newone = "$new_name";
 
-   $orig = sqStripSlashes($orig);
-   $newone = sqStripSlashes($newone);
-
    fputs ($imapConnection, ". RENAME \"$orig\" \"$newone\"\r\n");
    $data = sqimap_read_data($imapConnection, ".", true, $a, $b);