Skip to content

Commit

Permalink
Bugnote add had a misconfigured variabel preventing bugnote addition
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@11 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Dec 4, 2000
1 parent f4e4f12 commit 271a071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Expand Up @@ -11,6 +11,10 @@ To Do:
* Add postgreSQL support and a Database abstraction layer
* Refine viewing preferences

XX.XX.2000 - 0.10.2

* Fixed Reporter Field on update page

12.03.2000 - 0.10.1

* Fixed some category bugs
Expand Down
2 changes: 1 addition & 1 deletion bugnote_inc.php
Expand Up @@ -102,7 +102,7 @@
( $u_access_level=="reporter" ) ) {
?>
<tr>
<form method=post action="<? echo bugnote_add_page ?>">
<form method=post action="<? echo $g_bugnote_add_page ?>">
<td align=center bgcolor=<? echo $g_white_color ?> colspan=2>
<input type=hidden name=f_id value="<? echo $v_id ?>">
<input type=submit value="Add Bugnote">
Expand Down

0 comments on commit 271a071

Please sign in to comment.