From: jmunro Date: Mon, 11 Feb 2002 19:29:16 +0000 (+0000) Subject: fixing yet another warning X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=439166c1f3a86f2713c3a380e965bc977a3c3b52;p=squirrelmail.git fixing yet another warning git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2416 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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) .