From: Brian Flowers Date: Tue, 27 Sep 2016 05:32:01 +0000 (-0400) Subject: Bugfix X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=70adf916b674c487de24b1dcc4b3088f9782d0db;p=bdsm-web.git Bugfix --- diff --git a/configure.php b/configure.php index 7d77249..9e1fa8e 100755 --- a/configure.php +++ b/configure.php @@ -30,7 +30,7 @@ if( isset($_POST) ) $params = array(':host' => $host, ':attributes' => $attributes, ':setting' => $setting, - ':value' => $value) + ':value' => $value); $insert = "INSERT INTO bdsmweb(host, attribute) ". "VALUES (:host, :attribute);";