1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@5250 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-10-03 15:44:41 +00:00
parent ed9bac63e5
commit 9439a3f49a
7 changed files with 256 additions and 10 deletions

View File

@@ -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;