Changeset 21602


Ignore:
Timestamp:
2012/03/07 16:43:45 (12 years ago)
Author:
h_yoshimoto
Message:

#1603 インストールに失敗するバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php

    r21592 r21602  
    6767     */ 
    6868    function action() { 
     69        print_r(DB_LOG_REALFILE); 
    6970        // パラメーター管理クラス 
    7071        $objFormParam = new SC_FormParam_Ex(); 
     
    696697                    $arr_sqlval_plugin_hookpoint = array(); 
    697698                    $id = $objQuery->nextVal('dtb_plugin_hookpoint_id'); 
    698                     $arr_sqlval_plugin_hookpoint['id'] = $id; 
     699                    $arr_sqlval_plugin_hookpoint['plugin_hookpoint_id'] = $id; 
    699700                    $arr_sqlval_plugin_hookpoint['plugin_id'] = $plugin_id; 
    700701                    $arr_sqlval_plugin_hookpoint['hook_point'] = $hook_point; 
Note: See TracChangeset for help on using the changeset viewer.