0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

edit.php:

- whitespace fixes


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1279 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2011-11-14 22:33:34 +00:00
parent dd21f03616
commit 24d9d695ad

View File

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