mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Issue 2180 set agreement as NULL when it update the value.
1.5.3.1 branch has no agreement update value, so.. I commit on the 1.5.3 branch. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10948 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e5bcb968da
commit
462e4ee570
1 changed files with 2 additions and 2 deletions
|
|
@ -1132,13 +1132,13 @@
|
|||
$table_count = count($tmp_files);
|
||||
// Check if the table is created
|
||||
$created_table_count = 0;
|
||||
for($j=0;$j<count($tmp_files);$j++) {
|
||||
for($j=0;$j<$table_count;$j++) {
|
||||
list($table_name) = explode(".",$tmp_files[$j]);
|
||||
if($oDB->isTableExists($table_name)) $created_table_count ++;
|
||||
}
|
||||
// Get information of the module
|
||||
$info = NULL;
|
||||
$info = $this->getModuleInfoXml($module_name);
|
||||
unset($obj);
|
||||
|
||||
$info->module = $module_name;
|
||||
$info->category = $info->category;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue