Browse Source

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 19 years ago
parent
commit
7b14ea1b73
  1. 1
      fetchmail.php

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

Loading…
Cancel
Save