Commit: 023e49bc2d52c361932e6416cf6c2e7894d980ca Author: Johannes Schlüter <[email protected]> Wed, 13 Feb 2013 00:44:04 +0100 Parents: 1cc2e658ae68ffabb2503ac6955b37abfe69e01f Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=023e49bc2d52c361932e6416cf6c2e7894d980ca Log: A single Y is enough Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index de7f9f3..d5b392c 100644 --- a/www/index.php +++ b/www/index.php @@ -101,7 +101,7 @@ to a random open bug.</p> ), 'Most recent open bugs (all) with pull request' => array( 'base' => $base_default, - 'suffix' => '&bug_type=All&pull=YY', + 'suffix' => '&bug_type=All&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
