[Openfirst-cvscommit] manual/openfirst.guestbook guestbook.php,1.1,1.2
Brought to you by:
xtimg
From: <xt...@us...> - 2003-10-12 22:41:20
|
Update of /cvsroot/openfirst/manual/openfirst.guestbook In directory sc8-pr-cvs1:/tmp/cvs-serv12646/openfirst.guestbook Modified Files: guestbook.php Log Message: Make basic changes found by proof reading, including rewording, spelling, grammar, and minor technical inaccuracies. Index: guestbook.php =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.guestbook/guestbook.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** guestbook.php 29 Sep 2003 21:35:56 -0000 1.1 --- guestbook.php 12 Oct 2003 22:40:49 -0000 1.2 *************** *** 67,71 **** <tr> <td>This guestbook was designed to incorporate many feature that enhance the ! websites response from visitors. The guestbook organizes and displays peoples comments on a public page.</td> </tr> --- 67,71 ---- <tr> <td>This guestbook was designed to incorporate many feature that enhance the ! website's response from visitors. The guestbook organizes and displays people's comments on a public page.</td> </tr> *************** *** 92,96 **** signthanks.php - provides the user with a thank you page for signing the guestbook<br> ! emoticons.php - n/a<br> deleteentry.php - allows the deletion of an entry placed in the database</td> </tr> --- 92,96 ---- signthanks.php - provides the user with a thank you page for signing the guestbook<br> ! emoticons.php - displays a listing of emoticons if the emoticon module is present.<br> deleteentry.php - allows the deletion of an entry placed in the database</td> </tr> *************** *** 104,106 **** </table> <p><strong></strong></p> ! <?php include("$footer"); ?> \ No newline at end of file --- 104,106 ---- </table> <p><strong></strong></p> ! <?php include("$footer"); ?> |