[Openfirst-cvscommit] manual/openfirst.base base.php,1.1,1.2
Brought to you by:
xtimg
From: <xt...@us...> - 2003-10-12 22:41:41
|
Update of /cvsroot/openfirst/manual/openfirst.base In directory sc8-pr-cvs1:/tmp/cvs-serv12646/openfirst.base Modified Files: base.php Log Message: Make basic changes found by proof reading, including rewording, spelling, grammar, and minor technical inaccuracies. Index: base.php =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.base/base.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** base.php 29 Sep 2003 21:32:49 -0000 1.1 --- base.php 12 Oct 2003 22:40:49 -0000 1.2 *************** *** 100,106 **** function ofirst_error()<br> function ofirst_fetch_object()<br> ! function checkform();<br> ! function make_wysiwyg()<br> ! function multipartmail()</p> </td> </tr> --- 100,107 ---- function ofirst_error()<br> function ofirst_fetch_object()<br> ! function checkform() <b>*</b><br> ! function make_wysiwyg() <b>*</b><br> ! function multipartmail() <b>*</b><br> ! <small><b>*</b> This function is within the functions/ directory and may be removed by those wishing not to utilise it without harm to the rest of the openFIRST system.</small></p> </td> </tr> *************** *** 114,124 **** headers.php - encases the headers for the website<br> globals-default.php - a fallback script just in case globals.php is broken<br> ! install.php - used to setup modules .mysql setup files<br> modules.php - activates modules to use on site<br> globals.php - contains all the global declaration and include looping scripts<br> first.php - the very first file used to install the openfirst system<br> ! dbase.php - used to store the function for querying databses<br> version.php - checks the current version of the entire system and updates ! it<br> functions/wysiwyg.php - contains a function for previewing the wysiwyg system<br> functions/forms.php - contains a function for form checking<br> --- 115,125 ---- headers.php - encases the headers for the website<br> globals-default.php - a fallback script just in case globals.php is broken<br> ! install.php - sets up modules SQL tables and entries<br> modules.php - activates modules to use on site<br> globals.php - contains all the global declaration and include looping scripts<br> first.php - the very first file used to install the openfirst system<br> ! dbase.php - used to store the function for querying databases<br> version.php - checks the current version of the entire system and updates ! it if there are new versions available.<br> functions/wysiwyg.php - contains a function for previewing the wysiwyg system<br> functions/forms.php - contains a function for form checking<br> *************** *** 130,136 **** </tr> <tr> ! <td>openFIRST.members</td> </tr> </table> <p><strong></strong></p> ! <?php include("$footer"); ?> \ No newline at end of file --- 131,137 ---- </tr> <tr> ! <td>None</td> </tr> </table> <p><strong></strong></p> ! <?php include("$footer"); ?> |