aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-02-11 00:05:32 +0000
committerNils Adermann <naderman@naderman.de>2010-02-11 00:05:32 +0000
commit7332b3b741332479726ebb203f821eab5186cb3b (patch)
tree4cd71b2f8a9756053cec86f434f90c6155a2da10 /phpBB/includes
parent1802b9ff9286a7fc24493e71b3432816cbdbfcd8 (diff)
downloadforums-7332b3b741332479726ebb203f821eab5186cb3b.tar
forums-7332b3b741332479726ebb203f821eab5186cb3b.tar.gz
forums-7332b3b741332479726ebb203f821eab5186cb3b.tar.bz2
forums-7332b3b741332479726ebb203f821eab5186cb3b.tar.xz
forums-7332b3b741332479726ebb203f821eab5186cb3b.zip
Forgot to properly update the file header of mssqlnative.php, revising r10489 [Bug #57055]
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10490 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/db/mssqlnative.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/includes/db/mssqlnative.php b/phpBB/includes/db/mssqlnative.php
index c3657d2708..08ee70907c 100644
--- a/phpBB/includes/db/mssqlnative.php
+++ b/phpBB/includes/db/mssqlnative.php
@@ -2,10 +2,12 @@
/**
*
* @package dbal
+* @version $Id$
+* @copyright (c) 2010 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+*
* This is the MS SQL Server Native database abstraction layer.
* PHP mssql native driver required.
-* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @author Chris Pucci
*
*/