From d55838cc7a155c612953badddf78358b7d60eca6 Mon Sep 17 00:00:00 2001 From: nehresma Date: Tue, 15 Feb 2000 15:55:57 +0000 Subject: [PATCH] fixed some html on removing a folder git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@217 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap.php b/functions/imap.php index 99b0192c..7d6eb9a4 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -180,7 +180,7 @@ fputs($imapConnection, "1 delete \"$folder\"\n"); $data = imapReadData($imapConnection, "1", false, $response, $message); if ($response == "NO") { - echo "ERROR: Could not delete the folder $folder."; + echo "ERROR: Could not delete the folder $folder.
"; echo "Probable causes:
"; echo "
  • This folder may contain subfolders. Delete all subfolders first
  • "; echo "

    The actual message returned from the server was:
    $message
    "; -- 2.25.1