|
From: Benjamin C. <bc...@us...> - 2004-07-03 13:19:15
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9695/templates/default Modified Files: Tag: htmltemplates bugform.html Log Message: Fixed a bug with choosing a reporter when creating a bug Index: bugform.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/bugform.html,v retrieving revision 1.9.4.3 retrieving revision 1.9.4.4 diff -u -r1.9.4.3 -r1.9.4.4 --- bugform.html 12 Oct 2003 05:13:54 -0000 1.9.4.3 +++ bugform.html 3 Jul 2004 13:19:07 -0000 1.9.4.4 @@ -21,7 +21,7 @@ </td> <td> <select name="reporter"> - <?php build_select('reporter') ?> + <?php build_select('reporter', $reporter) ?> </select> </td> </tr> |