From 7b14ea1b734964bd3b8226b652d2cda2e0609447 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 2 Nov 2007 00:27:32 +0000 Subject: [PATCH] fetchmail.php: - cancel button did not work on $new git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@173 a1433add-5e2c-0410-b055-b7f2511e0802 --- fetchmail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/fetchmail.php b/fetchmail.php index 17a1ceb5..7d927066 100644 --- a/fetchmail.php +++ b/fetchmail.php @@ -150,6 +150,7 @@ if ($row_id) { if ($cancel) { $edit=0; + $new=0; } elseif ($delete) { $result = db_query ("delete from fetchmail WHERE id=".$delete); if ($result['rows'] != 1)