mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8540 201d5d3c-b55e-5fd7-737f-ddc643e51545
8 lines
No EOL
166 B
PHP
8 lines
No EOL
166 B
PHP
<?php
|
|
$oContext = &Context::getInstance();
|
|
|
|
$db_info->db_type = 'mssql';
|
|
$db_info->db_table_prefix = 'xe';
|
|
|
|
$oContext->setDbInfo($db_info);
|
|
?>
|