https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115756

Revision: 115756
Author:   reedy
Date:     2012-10-18 17:19:15 +0000 (Thu, 18 Oct 2012)
Log Message:
-----------
PHP Parse error:  syntax error, unexpected ',' in 
/home/reedy/mediawiki/trunk/tools/bugzilla/client/shell-requests.php on line 59

Modified Paths:
--------------
    trunk/tools/bugzilla/client/shell-requests.php

Modified: trunk/tools/bugzilla/client/shell-requests.php
===================================================================
--- trunk/tools/bugzilla/client/shell-requests.php      2012-10-15 11:08:09 UTC 
(rev 115755)
+++ trunk/tools/bugzilla/client/shell-requests.php      2012-10-18 17:19:15 UTC 
(rev 115756)
@@ -56,7 +56,7 @@
        // 'keywords' => array( 'shell' ), // Currently no search by keyword 
support
        'last_change_time' => $now->modify( 'first day of last month' 
)->format( 'Y-m-d' ), // Searches for bugs that were modified at this time or 
later.
        // 'chfieldto' => $now->modify( 'last day of this month' )->format( 
'Y-m-d' ),
-),
+);
 
 # iterate over a list of patches
 foreach( $queries as $terms ) {


_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to