gwynne                                   Wed, 22 Jul 2009 18:29:28 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=284620

Log:
whoops. fix the fix.

Changed paths:
    U   SVNROOT/commit-bugs.php

Modified: SVNROOT/commit-bugs.php
===================================================================
--- SVNROOT/commit-bugs.php     2009-07-22 18:22:42 UTC (rev 284619)
+++ SVNROOT/commit-bugs.php     2009-07-22 18:29:28 UTC (rev 284620)
@@ -34,6 +34,7 @@
         break;
     default:
         $bug_project_default = '';
+        break;
 }

 // 
-----------------------------------------------------------------------------------------------------------------------------
@@ -56,7 +57,7 @@
 include __DIR__ . '/secret.inc';
 foreach ($bug_list as $k => $bug) {
     // Only do this for core PHP bugs
-    if ($bug['project'] !== '') {
+    if ($bug['project'] !== '' && $bug['project'] !== 'php') {
         continue;
     }


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to