aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db')
-rw-r--r--phpBB/includes/db/db2.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/db/db2.php b/phpBB/includes/db/db2.php
index 2262210e15..b248b82b35 100644
--- a/phpBB/includes/db/db2.php
+++ b/phpBB/includes/db/db2.php
@@ -1,7 +1,7 @@
<?php
/**
*
-* @package dbal_db2
+* @package dbal
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
@@ -17,10 +17,10 @@ if(!defined("SQL_LAYER"))
define("SQL_LAYER","db2");
/**
-* @package dbal_db2
-* DB2 Database Abstraction Layer
+* @package dbal
+* DB2 Database Abstraction Layer - not finished yet
*/
-class sql_db
+class dbal_db2 extends dbal
{
var $db_connect_id;