Dzahn has submitted this change and it was merged.
Change subject: remove one space that broke the mysql query for bugzilla report
......................................................................
remove one space that broke the mysql query for bugzilla report
Change-Id: I4f04fa1a4514d0b1bf176b44789df552ba5593fe
---
M templates/misc/bugzilla_report.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
diff --git a/templates/misc/bugzilla_report.php
b/templates/misc/bugzilla_report.php
index b07e07d..25f643f 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -86,7 +86,7 @@
return <<<END
SELECT
- count (distinct bugs.bug_id)
+ count(distinct bugs.bug_id)
FROM
bugs, bugs_activity
WHERE
--
To view, visit https://gerrit.wikimedia.org/r/65265
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4f04fa1a4514d0b1bf176b44789df552ba5593fe
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits