|
From: Benjamin C. <bc...@us...> - 2002-01-05 20:34:57
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv11084/templates/default
Modified Files:
bugdisplay.html
Log Message:
register_globals
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bugdisplay.html 2001/11/24 21:03:38 1.13
+++ bugdisplay.html 2002/01/05 20:34:52 1.14
@@ -1,4 +1,6 @@
-<form action="bug.php?op=update&bugid={bugid}" method="post">
+<form action="bug.php" method="post">
+<input type="hidden" name="op" value="update">
+<input type="hidden" name="bugid" value="{bugid}">
<input type="hidden" name="projectid" value="{projectid}">
<input type="hidden" name="last_modified_date" value="{lastmodifieddate}">
<input type="hidden" name="pos" value="{pos}">
|