mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
PHP 참조 문자 제거
This commit is contained in:
parent
13601a73b6
commit
7ddecec802
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ class ncenterlite extends ModuleObject
|
||||||
function checkUpdate()
|
function checkUpdate()
|
||||||
{
|
{
|
||||||
$oModuleModel = getModel('module');
|
$oModuleModel = getModel('module');
|
||||||
$oDB = &DB::getInstance();
|
$oDB = DB::getInstance();
|
||||||
|
|
||||||
foreach(['notify_type', 'readed', 'target_body', 'target_browser', 'target_p_srl'] as $column_name)
|
foreach(['notify_type', 'readed', 'target_body', 'target_browser', 'target_p_srl'] as $column_name)
|
||||||
{
|
{
|
||||||
|
|
@ -105,7 +105,7 @@ class ncenterlite extends ModuleObject
|
||||||
{
|
{
|
||||||
$oModuleModel = getModel('module');
|
$oModuleModel = getModel('module');
|
||||||
$oModuleController = getController('module');
|
$oModuleController = getController('module');
|
||||||
$oDB = &DB::getInstance();
|
$oDB = DB::getInstance();
|
||||||
|
|
||||||
if(!$oDB->isColumnExists('ncenterlite_notify','notify_type'))
|
if(!$oDB->isColumnExists('ncenterlite_notify','notify_type'))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue