[Openfirst-cvscommit] guestbook sign.php,1.6,1.7
Brought to you by:
xtimg
From: <xt...@us...> - 2003-09-07 13:04:27
|
Update of /cvsroot/openfirst/guestbook In directory sc8-pr-cvs1:/tmp/cvs-serv24713 Modified Files: sign.php Log Message: Possibly fix errors some users experience with blank comments being submitted Index: sign.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/sign.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** sign.php 20 Aug 2003 14:57:49 -0000 1.6 --- sign.php 7 Sep 2003 13:04:23 -0000 1.7 *************** *** 36,40 **** <a href="<?php echo($home); ?>">Return to main site</a> </p> ! <form method="post" action="signthanks.php"> <?php if(function_exists("emoticon_translate")) { --- 36,40 ---- <a href="<?php echo($home); ?>">Return to main site</a> </p> ! <form method="post" onsubmit="return dhtmlEditorPrepareSubmit();" action="signthanks.php"> <?php if(function_exists("emoticon_translate")) { |