Update of /cvsroot/openfirst/feedback
In directory sc8-pr-cvs1:/tmp/cvs-serv25158
Modified Files:
index.php
Log Message:
Possibly fix errors some users experience with blank comments being submitted
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/feedback/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.php 4 Sep 2003 10:36:24 -0000 1.7
--- index.php 7 Sep 2003 13:07:21 -0000 1.8
***************
*** 40,44 ****
// Display the feedback form.
?>
! <form method="post" action="index.php">
Message To: <select name="to">
<?php
--- 40,44 ----
// Display the feedback form.
?>
! <form onsubmit="return dhtmlEditorPrepareSubmit();" method="post" action="index.php">
Message To: <select name="to">
<?php
|