Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/65265


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/65/65265/1

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: newchange
Gerrit-Change-Id: I4f04fa1a4514d0b1bf176b44789df552ba5593fe
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to