Dzahn has submitted this change and it was merged.

Change subject: Comment query for urgent issues. Not working as expected yet
......................................................................


Comment query for urgent issues. Not working as expected yet

Change-Id: Ia366fb0ce10ceb9f7255a0d875008143c7f401f4
---
M templates/misc/bugzilla_report.php
1 file changed, 2 insertions(+), 2 deletions(-)

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 66c35a7..925eaf6 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -308,11 +308,11 @@
         formatOutput($result);
         print "\n";
 }
-print "\nMost urgent open issues\n\n";
+/* print "\nMost urgent open issues\n\n";
 foreach ($urgentStatistics as $report) {
         $sql = getHighestPrioTickets();
         $result = mysql_query($sql);
         if (!$result)
                 reportFailure("Query failure");
         formatOutputHighestPrio($result);
-}
+} */

-- 
To view, visit https://gerrit.wikimedia.org/r/55301
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia366fb0ce10ceb9f7255a0d875008143c7f401f4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <[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

Reply via email to