]> git.mxchange.org Git - friendica.git/commitdiff
Some more code standards
authorMichael <heluecht@pirati.ca>
Fri, 24 Apr 2020 05:39:30 +0000 (05:39 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 24 Apr 2020 05:39:30 +0000 (05:39 +0000)
static/dbview.config.php

index 6b6a8e53fd9ec29943386ae638cdda1493678f3f..ad33a78823c2adff6af07a7e933736aad8076514 100755 (executable)
@@ -52,6 +52,6 @@ return [
                        INNER JOIN `item-uri` ON `item-uri`.id = `post-tag`.`uri-id`
                        LEFT JOIN `tag` ON `post-tag`.`tid` = `tag`.`id`
                        LEFT JOIN `contact` ON `post-tag`.`cid` = `contact`.`id`"
-       ]
+       ],
 ];