|
From: Jon O. <jon...@us...> - 2008-02-08 23:36:43
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11413/mx_textblocks Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_install.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_install.php 5 Feb 2008 10:31:12 -0000 1.8 --- db_install.php 8 Feb 2008 23:36:39 -0000 1.9 *************** *** 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_textblocks/db_upgrade.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_upgrade.php 5 Feb 2008 14:51:27 -0000 1.11 --- db_upgrade.php 8 Feb 2008 23:36:39 -0000 1.12 *************** *** 53,55 **** echo "</table><br />"; ! ?> --- 53,55 ---- echo "</table><br />"; ! ?> \ No newline at end of file |