1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-20 14:29:48 +02:00
2012-07-21 18:11:24 +02:00

20 lines
258 B
PHP

<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_mssql extends phpbb_db_driver_mssql {
}