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
postfixadmin-2.3
Christian Boltz 18 years ago
parent ce2689dd4f
commit 7b14ea1b73

@ -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)

Loading…
Cancel
Save