From f4f09f08b5da91bf339d4dea434d61b3dc4a66f6 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 1 Oct 2016 08:33:09 +0000 Subject: [PATCH] Removed unneeded line --- include/dbstructure.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/dbstructure.php b/include/dbstructure.php index 21545153b..0c933c664 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -336,7 +336,6 @@ function db_create_index($indexname, $fieldnames, $method="ADD") { } if ($indexname == "PRIMARY") { - //return sprintf("%s PRIMARY KEY(`%s`)", $method, implode("`,`", $fieldnames)); return sprintf("%s PRIMARY KEY(%s)", $method, $names); }