Update of /cvsroot/openfirst/feedback
In directory sc8-pr-cvs1:/tmp/cvs-serv11976
Modified Files:
index.php
Log Message:
Fix lingering filename conversion issue
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/feedback/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php 28 Jun 2003 01:02:06 -0000 1.3
--- index.php 27 Jul 2003 20:58:12 -0000 1.4
***************
*** 42,46 ****
// Display the feedback form.
?>
! <form method="post" action="feedback.php">
Message To: <select name="to">
<?php
--- 42,46 ----
// Display the feedback form.
?>
! <form method="post" action="index.php">
Message To: <select name="to">
<?php
|