mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
fixed module update
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9107 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cb606b30b5
commit
113fd92399
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@
|
|||
if(!$oDB->isColumnExists("modules", "is_skin_fix")){
|
||||
$oDB->addColumn('modules', 'is_skin_fix', 'char', 1, 'N');
|
||||
$output = executeQueryArray('module.getAllSkinSetModule');
|
||||
if ($output->toBool()){
|
||||
if ($output->toBool() && $output->data){
|
||||
$module_srls = array();
|
||||
foreach($output->data as $val){
|
||||
$module_srls[] = $val->module_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue