From: Michael Vogel Date: Sat, 1 Oct 2016 08:33:09 +0000 (+0000) Subject: Removed unneeded line X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4f09f08b5da91bf339d4dea434d61b3dc4a66f6;p=friendica.git Removed unneeded line --- diff --git a/include/dbstructure.php b/include/dbstructure.php index 21545153b8..0c933c6648 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); }