From e14bb9038eda426371b984c51100e2c6a223462e Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 6 Apr 2015 23:09:58 +0000 Subject: [PATCH] editactive.php: - drop unused $values - some whitespace fixes git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1782 a1433add-5e2c-0410-b055-b7f2511e0802 --- editactive.php | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/editactive.php b/editactive.php index c71683c3..a5d706d0 100644 --- a/editactive.php +++ b/editactive.php @@ -1,16 +1,16 @@ webformConfig(); @@ -44,8 +44,6 @@ if ($handler->init($id)) { # errors will be displayed as last step anyway, no ne die(Config::Lang('invalid_parameter')); } - $values['active'] = $active; - if ( $handler->set(array('active' => $active)) ) { $handler->store(); }