mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Undo r10948
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10949 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
462e4ee570
commit
dc2bc8395f
1 changed files with 2 additions and 2 deletions
|
|
@ -1132,13 +1132,13 @@
|
||||||
$table_count = count($tmp_files);
|
$table_count = count($tmp_files);
|
||||||
// Check if the table is created
|
// Check if the table is created
|
||||||
$created_table_count = 0;
|
$created_table_count = 0;
|
||||||
for($j=0;$j<$table_count;$j++) {
|
for($j=0;$j<count($tmp_files);$j++) {
|
||||||
list($table_name) = explode(".",$tmp_files[$j]);
|
list($table_name) = explode(".",$tmp_files[$j]);
|
||||||
if($oDB->isTableExists($table_name)) $created_table_count ++;
|
if($oDB->isTableExists($table_name)) $created_table_count ++;
|
||||||
}
|
}
|
||||||
// Get information of the module
|
// Get information of the module
|
||||||
$info = NULL;
|
|
||||||
$info = $this->getModuleInfoXml($module_name);
|
$info = $this->getModuleInfoXml($module_name);
|
||||||
|
unset($obj);
|
||||||
|
|
||||||
$info->module = $module_name;
|
$info->module = $module_name;
|
||||||
$info->category = $info->category;
|
$info->category = $info->category;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue