|
From: Benjamin C. <bc...@us...> - 2002-01-19 15:11:29
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv16465/templates/default
Modified Files:
bugattachmentform.html
Log Message:
Cleanup
Index: bugattachmentform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugattachmentform.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bugattachmentform.html 2001/08/11 17:09:24 1.1
+++ bugattachmentform.html 2002/01/19 15:11:26 1.2
@@ -1,6 +1,5 @@
<form enctype="multipart/form-data" action="{me}" method="post">
<input type="hidden" name="bugid" value="{bugid}">
-<input type="hidden" name="projectid" value="{projectid}">
<table border="0" width="640">
<tr>
<td colspan="2">
|