Browse Source

fixing yet another warning

jmunro 23 years ago
parent
commit
5b95be619c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/delete_message.php

+ 4 - 0
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) .