|
From: Jon O. <jon...@us...> - 2008-02-14 21:25:27
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4399/mx_phpbb2blocks Modified Files: Tag: core28x db_install.php db_upgrade.php Log Message: For new site -> 2.8.3 Mainly bugfixes... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_install.php,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** db_install.php 3 Feb 2008 19:25:04 -0000 1.3.2.1 --- db_install.php 14 Feb 2008 21:24:52 -0000 1.3.2.2 *************** *** 52,54 **** echo "</table><br />"; ! ?> --- 52,54 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_upgrade.php,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** db_upgrade.php 3 Feb 2008 19:25:04 -0000 1.4.2.1 --- db_upgrade.php 14 Feb 2008 21:24:52 -0000 1.4.2.2 *************** *** 53,55 **** echo "</table><br />"; ! ?> --- 53,55 ---- echo "</table><br />"; ! ?> \ No newline at end of file |