]> git.mxchange.org Git - friendica.git/commitdiff
Removed unneeded line
authorMichael Vogel <ike@pirati.ca>
Sat, 1 Oct 2016 08:33:09 +0000 (08:33 +0000)
committerMichael Vogel <ike@pirati.ca>
Sat, 1 Oct 2016 08:33:09 +0000 (08:33 +0000)
include/dbstructure.php

index 21545153b89f2013f5be7b8472b910fd9fe04497..0c933c6648d9a0242912842c6cfa108b0675708c 100644 (file)
@@ -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);
        }