From: Brian Flowers Date: Tue, 27 Sep 2016 05:31:23 +0000 (-0400) Subject: Bugfix X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=48dc634b79cd4c6229a4aa1afbf3aca799b30e21;p=bdsm-web.git Bugfix --- diff --git a/configure.php b/configure.php index 5fd29bb..7d77249 100755 --- a/configure.php +++ b/configure.php @@ -33,7 +33,7 @@ if( isset($_POST) ) ':value' => $value) $insert = "INSERT INTO bdsmweb(host, attribute) ". - "VALUES (:host, :attribute);" + "VALUES (:host, :attribute);"; $stmt = $db->prepare($insert); if( $stmt )