Update of /cvsroot/openfirst/manual/openfirst.messenger
In directory sc8-pr-cvs1:/tmp/cvs-serv12646/openfirst.messenger
Modified Files:
messenger.php
Log Message:
Make basic changes found by proof reading, including rewording, spelling, grammar, and minor technical inaccuracies.
Index: messenger.php
===================================================================
RCS file: /cvsroot/openfirst/manual/openfirst.messenger/messenger.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** messenger.php 29 Sep 2003 21:38:52 -0000 1.1
--- messenger.php 12 Oct 2003 22:40:49 -0000 1.2
***************
*** 41,46 ****
</tr>
<tr>
! <td>The openFIRST.messenger is an internal messaging and member tracking system.
! The system works to provide users easy contact.</td>
</tr>
<tr>
--- 41,46 ----
</tr>
<tr>
! <td>The openFIRST.messenger module is an internal messaging and member tracking system.
! The system works to provide users easy contact with one another.</td>
</tr>
<tr>
***************
*** 48,52 ****
</tr>
<tr>
! <td>Tim Ginnof openFIRST</td>
</tr>
<tr>
--- 48,52 ----
</tr>
<tr>
! <td>Tim Ginn of openFIRST</td>
</tr>
<tr>
***************
*** 54,58 ****
</tr>
<tr>
! <td>ofirst_messenger_messeges<br>
ofirst_messenger_users</td>
</tr>
--- 54,58 ----
</tr>
<tr>
! <td>ofirst_messenger_messages<br>
ofirst_messenger_users</td>
</tr>
***************
*** 76,81 ****
</tr>
<tr>
! <td>The module will be updated to allow members to send messeges to other
! membres </td>
</tr>
<tr>
--- 76,80 ----
</tr>
<tr>
! <td>None.</td>
</tr>
<tr>
***************
*** 94,102 ****
messenger.php - the system include file carried through the website from
base. It basically checks the database to see if the current user has a
! record in the database. It also checks the users inbox and provides them
! with a new messege screen.<br>
! newmsg.php - allows users to send messeges between each other<br>
! viewmsg.php - allows users to view messeges sent to them<br>
! inbox.php - allows users to view a current list of messeges</td>
</tr>
<tr>
--- 93,101 ----
messenger.php - the system include file carried through the website from
base. It basically checks the database to see if the current user has a
! record in the database. It also checks the user's inbox and provides them
! with a new message screen.<br>
! newmsg.php - allows users to send messages between each other<br>
! viewmsg.php - allows users to view messages sent to them<br>
! inbox.php - allows users to view a current list of messages</td>
</tr>
<tr>
***************
*** 109,111 ****
</table>
<p><strong></strong></p>
! <?php include("$footer"); ?>
\ No newline at end of file
--- 108,110 ----
</table>
<p><strong></strong></p>
! <?php include("$footer"); ?>
|