Update of /cvsroot/openfirst/manual/openfirst.search
In directory sc8-pr-cvs1:/tmp/cvs-serv12646/openfirst.search
Modified Files:
search.php
Log Message:
Make basic changes found by proof reading, including rewording, spelling, grammar, and minor technical inaccuracies.
Index: search.php
===================================================================
RCS file: /cvsroot/openfirst/manual/openfirst.search/search.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** search.php 29 Sep 2003 21:41:34 -0000 1.1
--- search.php 12 Oct 2003 22:40:50 -0000 1.2
***************
*** 69,74 ****
</tr>
<tr>
! <td><p>The search module simply searches through the database and tries to
! find information particular to the search. It then displays the information
for the user to browse through.</p>
</td>
--- 69,74 ----
</tr>
<tr>
! <td><p>The search module searches through the database and tries to
! find information particular to the search terms. It then displays the information
for the user to browse through.</p>
</td>
***************
*** 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"); ?>
|