edit.php:

- whitespace fixes


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1279 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent dd21f03616
commit 24d9d695ad

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

Loading…
Cancel
Save