Sorry, forgot to post diff file inside message (I attached it only).

Index: php-bugs-web/include/layout.inc
--- php-bugs-web/include/layout.inc Base (1.33)
+++ php-bugs-web/include/layout.inc Locally Modified (Based On 1.33)
@@ -220,7 +220,7 @@
     <input type="hidden" name="cmd" value="display" />
       <td align="right" valign="top" colspan="2" nowrap><font color="#ffffff">
         <small>go to bug id or search bugs for</small>
-        <input class="small" type="text" name="search_for" value=""
size="30" />
+        <input class="small" type="text" name="search_for"
value="<?php if(isset($_GET['search_for'])) echo $_GET['search_for'];
?>" size="30" />
         <?php echo make_submit('small_submit_white.gif', 'search',
'bottom');?>&nbsp;<br>
      </font></td>
     </form>


>> My first patch (very easy). I have one more idea about this. The text
>> will stay in intputbox only if not found. What do you think ?
>> Bug is mentioned here : http://bugs.php.net/bug.php?id=40698

>> I was studying bug tracker code, because of GSOC. I want to join one
>> idea about bug tracker (improve him). Now, I'm searching for some bugs
>> in tracker to repair. So next patches will be posted soon.
>> If anyone know some bug or have some idea connected with improving
>> bugtracker please write me.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to