Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
made sure projection and eta are being passed
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@76 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Dec 14, 2000
1 parent 7cc6ebd commit b4e1b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -24,6 +24,7 @@ To Do:

* Wrapped the global cookie _val variables in if (isset)) blocks.
* Fixed a missing </TD> tag on the report bug pages.
* Added projection and eta to be passed as hidden info by the simple update page.

12.12.2000 - 0.11.0

Expand Down
3 changes: 3 additions & 0 deletions bug_update_page.php3
Expand Up @@ -92,6 +92,9 @@
<table width=100% bgcolor=<? echo $g_primary_border_color." ".$g_primary_table_tags ?>>
<form method=post action="<? echo $g_bug_update ?>">
<input type=hidden name=f_id value="<? echo $v_id ?>">
<input type=hidden name=f_projection value="<? echo $v_projection ?>">
<input type=hidden name=f_eta value="<? echo $v_eta ?>">

<tr>
<td bgcolor=<? echo $g_white_color ?>>
<table cols=6 width=100% bgcolor=<? echo $g_white_color ?>>
Expand Down

0 comments on commit b4e1b3a

Please sign in to comment.