fixed a bug where i had the quotes around the BGCOLOR and other tags
authornehresma <nehresma@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 4 Dec 1999 17:31:54 +0000 (17:31 +0000)
committernehresma <nehresma@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 4 Dec 1999 17:31:54 +0000 (17:31 +0000)
escaped when they shouldn't have been.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@55 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/move_messages.php

index d5e47691dd0b6066fa4e975862d999c80b29699d..154c6610a0141c580a238c0d7f6b6abaafc8f1cc 100644 (file)
@@ -1,4 +1,4 @@
-<HTML><BODY TEXT=\"#000000\" BGCOLOR=\"#FFFFFF\" LINK=\"#0000EE\" VLINK=\"#0000EE\" ALINK=\"#0000EE\">
+<HTML><BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#0000EE" ALINK="#0000EE">
 <?
    include("../config/config.php");
    include("../functions/mailbox.php");
@@ -35,7 +35,9 @@
       displayPageHeader($mailbox);
       messages_deleted_message($mailbox, $sort, $startMessage);
    } else {
-      echo "Move";
+      if ($auto_expunge == true)
+         expungeBox($imapConnection, $mailbox, $numMessages);
+      displayPageHeader($mailbox);
    }
 
    // Log out this session