Code Comments
Programming Forum and web based access to our favorite programming groups.derick Mon Dec 20 10:28:04 2004 EDT Modified files: /php-bugs-web search.php Log: - Make the default to search in all Bugs. http://cvs.php.net/diff.php/php-bug...59&r2=1.60&ty=u Index: php-bugs-web/search.php diff -u php-bugs-web/search.php:1.59 php-bugs-web/search.php:1.60 --- php-bugs-web/search.php:1.59 Thu Aug 5 09:55:44 2004 +++ php-bugs-web/search.php Mon Dec 20 10:28:04 2004 @@ -237,7 +237,7 @@ <tr> <th>Status</th> <td nowrap="nowrap">Return only bugs with <b>status</b></td> - <td><select name="status"><?php show_state_options($status);?></select></ td> + <td><select name="status"><?php show_state_options($status, 0, 'All');?>< /select></td> </tr> </table> <table>
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.