|
From: Jon O. <jon...@us...> - 2007-07-22 21:09:39
|
Update of /cvsroot/mxbb/mx_simpledoc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2599 Modified Files: SimpleDoc.pak db_install.php db_upgrade.php Log Message: minor fixes Index: SimpleDoc.pak =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/SimpleDoc.pak,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SimpleDoc.pak 12 Sep 2006 20:33:13 -0000 1.4 --- SimpleDoc.pak 22 Jul 2007 21:08:57 -0000 1.5 *************** *** 1,8 **** ! module=+:61=+:SimpleDoc=+:modules/mx_simpledoc/=+:A small docs management module=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:61=+:116=+:manageDoc=+:Manage Docs=+:mx_simpledoc.php=+: ! parameter=+:116=+:412=+:project_folder=+:Text=+:=+:=+:0=+:0 ! parameter=+:116=+:413=+:project_name=+:Text=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - manageDoc=+:Demo block=+:116=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 1,8 ---- ! module=+:58=+:SimpleDoc=+:modules/mx_simpledoc/=+:A small docs management module=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:58=+:74=+:manageDoc=+:Manage Docs=+:mx_simpledoc.php=+: ! parameter=+:74=+:174=+:project_folder=+:Text=+:=+:=+:0=+:0 ! parameter=+:74=+:175=+:project_name=+:Text=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - manageDoc=+:Demo block=+:74=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/db_install.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_install.php 30 Jan 2007 16:26:10 -0000 1.5 --- db_install.php 22 Jul 2007 21:08:58 -0000 1.6 *************** *** 31,35 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/db_upgrade.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_upgrade.php 30 Jan 2007 16:26:10 -0000 1.5 --- db_upgrade.php 22 Jul 2007 21:08:58 -0000 1.6 *************** *** 31,35 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; *************** *** 44,47 **** --- 44,48 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; |