|
From: Andrew <men...@us...> - 2005-12-20 04:31:25
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24638/install Modified Files: mx_install.php Log Message: Minor... Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** mx_install.php 17 Dec 2005 20:30:36 -0000 1.60 --- mx_install.php 20 Dec 2005 04:31:14 -0000 1.61 *************** *** 4,13 **** * begin : june, 2002 * copyright : (C) 2002-2005 mxBB-Portal ! * email : jon...@ho... * project site : www.mx-system.com * * editor settings : Please, set tabsize to 4 * - * description : * ------------------------------------------------------------------------- * --- 4,12 ---- * begin : june, 2002 * copyright : (C) 2002-2005 mxBB-Portal ! * email : jo...@mx... * project site : www.mx-system.com * * editor settings : Please, set tabsize to 4 * * ------------------------------------------------------------------------- * *************** *** 47,51 **** // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.8.0b1'; // --- 46,50 ---- // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.8.0B1'; // *************** *** 82,86 **** // FYI: // The following code related to PHP Global Variables is based on ! // common.php from phpBB 2.0.13 // error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables --- 81,85 ---- // FYI: // The following code related to PHP Global Variables is based on ! // common.php from phpBB 2.0.18 // error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables *************** *** 252,262 **** 'COMMENTS' => 'mx_remove_comments' ), ! // 'mssql' => array( ! // 'LABEL' => 'MS SQL Server 7/2000', ! // 'SCHEMA' => 'mssql', ! // 'DELIM' => 'GO', ! // 'DELIM_BASIC' => ';', ! // 'COMMENTS' => 'mx_remove_comments' ! // ), // 'msaccess' => array( // 'LABEL' => 'MS Access [ ODBC ]', --- 251,261 ---- 'COMMENTS' => 'mx_remove_comments' ), ! 'mssql' => array( ! 'LABEL' => 'MS SQL Server 7/2000', ! 'SCHEMA' => 'mssql', ! 'DELIM' => 'GO', ! 'DELIM_BASIC' => ';', ! 'COMMENTS' => 'mx_remove_comments' ! ), // 'msaccess' => array( // 'LABEL' => 'MS Access [ ODBC ]', |