[Openfirst-cvscommit] messenger newmsg.php,1.11,1.12
Brought to you by:
xtimg
From: <xt...@us...> - 2003-10-16 23:06:25
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1:/tmp/cvs-serv1611 Modified Files: newmsg.php Log Message: Fix spelling of message, again. (not sure how this wasn't caught earlier) Index: newmsg.php =================================================================== RCS file: /cvsroot/openfirst/messenger/newmsg.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** newmsg.php 13 Oct 2003 17:58:27 -0000 1.11 --- newmsg.php 16 Oct 2003 23:05:51 -0000 1.12 *************** *** 64,70 **** <form onsubmit="return dhtmlEditorPrepareSubmit();" method="POST" action="newmsg.php"> <h1>Visitor Inbox for Messaging</h1> ! <p>Please make sure that your messeges do not contain profanity or abusive comments.</p> <table width="66%"> ! <th></th><th>Send New Messege</th> <tr> <td width="34%"><?php emoticon_preview("14"); ?></td> --- 64,70 ---- <form onsubmit="return dhtmlEditorPrepareSubmit();" method="POST" action="newmsg.php"> <h1>Visitor Inbox for Messaging</h1> ! <p>Please make sure that your messages do not contain profanity or abusive comments.</p> <table width="66%"> ! <th></th><th>Send New Message</th> <tr> <td width="34%"><?php emoticon_preview("14"); ?></td> |