[Openfirst-cvscommit] guestbook deleteentry.php,1.11,1.12 deleteyes.php,1.10,1.11 emoticons.php,1.8,
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2004-04-12 22:41:16
|
Update of /cvsroot/openfirst/guestbook In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7241 Modified Files: deleteentry.php deleteyes.php emoticons.php sign.php signthanks.php Log Message: Change guest name, fix comment Index: signthanks.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/signthanks.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** signthanks.php 9 Apr 2004 18:31:29 -0000 1.13 --- signthanks.php 12 Apr 2004 22:27:22 -0000 1.14 *************** *** 17,24 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 17,20 ---- *************** *** 86,90 **** } ! $message = "Dear Guest, Thank you for visiting our site and signing our guestbook. We hope you enjoyed it! --- 82,86 ---- } ! $message = "Dear " . $_POST["guest"] . ", Thank you for visiting our site and signing our guestbook. We hope you enjoyed it! Index: emoticons.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/emoticons.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** emoticons.php 23 Dec 2003 22:50:33 -0000 1.8 --- emoticons.php 12 Apr 2004 22:27:22 -0000 1.9 *************** *** 17,24 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 17,20 ---- Index: sign.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/sign.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** sign.php 24 Dec 2003 20:30:43 -0000 1.12 --- sign.php 12 Apr 2004 22:27:22 -0000 1.13 *************** *** 17,24 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 17,20 ---- Index: deleteentry.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/deleteentry.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** deleteentry.php 24 Dec 2003 19:05:54 -0000 1.11 --- deleteentry.php 12 Apr 2004 22:27:22 -0000 1.12 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: deleteyes.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/deleteyes.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** deleteyes.php 24 Dec 2003 19:05:54 -0000 1.10 --- deleteyes.php 12 Apr 2004 22:27:22 -0000 1.11 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- |