From 24d9d695ad1400b5a9fddd919e1bd8d92a3375df Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 14 Nov 2011 22:33:34 +0000 Subject: [PATCH] edit.php: - whitespace fixes git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1279 a1433add-5e2c-0410-b055-b7f2511e0802 --- edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edit.php b/edit.php index c7df7019..0cb38f81 100644 --- a/edit.php +++ b/edit.php @@ -50,7 +50,7 @@ if ($edit != "" || $formconf['early_init']) { header ("Location: " . $formconf['listview']); exit; } - } +} if ($edit != "") { $mode = 'edit'; @@ -80,6 +80,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { } } } + if ($edit != "") $values[$id_field] = $edit; if (!$handler->init($values[$id_field])) {