XE표기를 Rhymix로 변경

This commit is contained in:
conory 2016-01-25 18:10:15 +09:00
parent a9fc637cd9
commit 0a89dffa5a
50 changed files with 283 additions and 278 deletions

View file

@ -13,10 +13,10 @@ class DBMssql extends DB
{
/**
* prefix of XE tables(One more XE can be installed on a single DB)
* prefix of Rhymix tables(One more Rhymix can be installed on a single DB)
* @var string
*/
var $prefix = 'xe';
var $prefix = 'rx';
var $param = array();
var $comment_syntax = '/* %s */';