From 439166c1f3a86f2713c3a380e965bc977a3c3b52 Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 11 Feb 2002 19:29:16 +0000 Subject: [PATCH] fixing yet another warning git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2416 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/delete_message.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/delete_message.php b/src/delete_message.php index 80094bc3..966fc548 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -27,6 +27,10 @@ if (!isset($saved_draft)) { $saved_draft = ''; } +if (!isset($mail_sent)) { + $mail_sent = ''; +} + $location = get_location(); if (isset($where) && isset($what)) { header("Location: $location/search.php?where=" . urlencode($where) . -- 2.25.1