Drop unused file imap_search.php.
[squirrelmail.git] / src / folders_rename_do.php
index e7db59ce45041aa800823fcf652273f65711d61d..ff29eb11f954bb56b5aa2307647a9d54fed76882 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * folders_rename_do.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Does the actual renaming of files on the IMAP server.
@@ -42,7 +42,7 @@ if (substr_count($new_name, '"') || substr_count($new_name, "\\") ||
     displayPageHeader($color, 'None');
 
     plain_error_message(_("Illegal folder name. Please select a different name.").
-        '<BR><A HREF="../src/folders.php">'._("Click here to go back").'</A>.', $color);
+        '<br /><a href="../src/folders.php">'._("Click here to go back").'</a>.', $color);
 
     exit;
 }
@@ -75,11 +75,11 @@ if ($old_name <> $new_name) {
     }
     sqimap_mailbox_rename( $imapConnection, $orig, $newone );
 
-    // Log out this session 
+    // Log out this session
     sqimap_logout($imapConnection);
 
 }
 
 header ('Location: ' . get_location() . '/folders.php?success=rename');
 
-?>
+?>
\ No newline at end of file