Changeset 16640


Ignore:
Timestamp:
2007/10/31 12:42:38 (16 years ago)
Author:
adachi
Message:

テーブル名修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/admin/load_module_config.php

    r16582 r16640  
    3939 
    4040    $objQuery = new SC_Query(); 
    41     $arrRet = $objQuery->select("module_name", "dtb_module2", "module_id = ?", array($module_id)); 
     41    $arrRet = $objQuery->select("module_name", "dtb_module", "module_id = ?", array($module_id)); 
    4242 
    4343    if (isset($arrRet[0]['module_name'])) { 
Note: See TracChangeset for help on using the changeset viewer.