Changeset 19457


Ignore:
Timestamp:
2010/11/07 03:10:43 (13 years ago)
Author:
miningbrownie
Message:

auto commit by watch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php

    r19453 r19457  
    3838        $arrPlugins = $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($name)); 
    3939        $data = array( 
    40                       'plugin_name' => $objForm->getValue('plugin_name'), 
    41                       'path' => realpath(DATA_DIR.'/plugin/'.$objForm->getValue('plugin_name').'/'), 
    42                     'enable' => '1', 
    43                     'del_flg' => '0', 
    44                   'class_name' => $objForm->getValue('plugin_name'), 
    45                     'version' => $this->getVersion() 
    46  
     40          'plugin_name' => $objForm->getValue('plugin_name'), 
     41          'path' => realpath(DATA_DIR.'/plugin/'.$objForm->getValue('plugin_name').'/'), 
     42          'enable' => '1', 
     43          'del_flg' => '0', 
     44          'class_name' => $objForm->getValue('plugin_name'), 
     45          'version' => $this->getVersion() 
    4746        ); 
    4847 
Note: See TracChangeset for help on using the changeset viewer.