From b50aaf87d71ffc61792f4993fe7ebf637c7b7aa5 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 24 Apr 2020 05:39:30 +0000 Subject: [PATCH] Some more code standards --- static/dbview.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/dbview.config.php b/static/dbview.config.php index 6b6a8e53fd..ad33a78823 100755 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -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`" - ] + ], ];