Commit: f8b70752d7cc8deafb0cff529fe1be868efa5fb6 Author: Johannes Schlüter <[email protected]> Wed, 13 Feb 2013 01:06:33 +0100 Parents: 7da3ecbd76aaeb5bd8e881da7470eb72454b1714 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=f8b70752d7cc8deafb0cff529fe1be868efa5fb6 Log: MErge quick searches Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index d5b392c..720d689 100644 --- a/www/index.php +++ b/www/index.php @@ -95,13 +95,9 @@ to a random open bug.</p> 'base' => $base_default, 'suffix' => '&bug_type=All', ), - 'Most recent open bugs (all) with patches' => array( + 'Most recent open bugs (all) with patch or pull request' => array( 'base' => $base_default, - 'suffix' => '&bug_type=All&patch=Y', - ), - 'Most recent open bugs (all) with pull request' => array( - 'base' => $base_default, - 'suffix' => '&bug_type=All&pull=Y', + 'suffix' => '&bug_type=All&patch=Y&pull=Y', ), 'Most recent open bugs (PHP 5.3)' => array( 'base' => $base_default, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
