Update of /cvsroot/openfirst/guestbook
In directory sc8-pr-cvs1:/tmp/cvs-serv4525
Modified Files:
signthanks.php
Log Message:
Fix minor detail causing improper line wrapping on e-mail message.
Index: signthanks.php
===================================================================
RCS file: /cvsroot/openfirst/guestbook/signthanks.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** signthanks.php 24 Jul 2003 00:42:20 -0000 1.6
--- signthanks.php 24 Jul 2003 01:04:17 -0000 1.7
***************
*** 87,91 ****
realize, or just want to delete your post, you can do so by going to the following address:
! http://" . $_SERVER["HTTP_HOST"] . " $basepath/guestbook/deleteentry.php?email=" . $_POST["email"] . "&deletecode=$deletecode
Thank you once again, and be sure to check in often as we are constantly making updates
--- 87,91 ----
realize, or just want to delete your post, you can do so by going to the following address:
! http://" . $_SERVER["HTTP_HOST"] . "$basepath/guestbook/deleteentry.php?email=" . $_POST["email"] . "&deletecode=$deletecode
Thank you once again, and be sure to check in often as we are constantly making updates
|