diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-10-03 15:44:41 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-10-03 15:44:41 +0000 |
| commit | 9439a3f49a0c528782ed9e7d34aee4770e07bdc2 (patch) | |
| tree | 0717d4cf31bc17113df727c624d6c5b87e2deb8b /phpBB/includes/db | |
| parent | ed9bac63e592670fee0c750d80959820b6dca2d4 (diff) | |
| download | forums-9439a3f49a0c528782ed9e7d34aee4770e07bdc2.tar forums-9439a3f49a0c528782ed9e7d34aee4770e07bdc2.tar.gz forums-9439a3f49a0c528782ed9e7d34aee4770e07bdc2.tar.bz2 forums-9439a3f49a0c528782ed9e7d34aee4770e07bdc2.tar.xz forums-9439a3f49a0c528782ed9e7d34aee4770e07bdc2.zip | |
blabla
git-svn-id: file:///svn/phpbb/trunk@5250 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/db')
| -rw-r--r-- | phpBB/includes/db/db2.php | 8 |
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; |
