|
From: Meik S. <acy...@us...> - 2005-08-17 15:57:58
|
Update of /cvsroot/phpbb/phpBB2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17699 Modified Files: common.php Log Message: - changed dbal class layout Index: common.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/common.php,v retrieving revision 1.170 retrieving revision 1.171 diff -C2 -r1.170 -r1.171 *** common.php 4 Jul 2005 17:52:21 -0000 1.170 --- common.php 17 Aug 2005 15:57:49 -0000 1.171 *************** *** 13,16 **** --- 13,18 ---- die('This software is unsupported in any and all respects. By removing this notice (found in common.php) you are noting your acceptance of this. Do not ask support questions of any kind for this release at either area51.phpbb.com or www.phpbb.com. Support for this version will appear when the beta cycle begins'); + /** + */ if (!defined('IN_PHPBB')) { *************** *** 254,258 **** $template = new template(); $cache = new acm(); ! $db = new sql_db(); // Connect to DB --- 256,260 ---- $template = new template(); $cache = new acm(); ! $db = new $sql_db(); // Connect to DB |