Changeset 19417


Ignore:
Timestamp:
2010/11/07 02:51:00 (13 years ago)
Author:
miningbrownie
Message:

auto commit by watch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php

    r19416 r19417  
    7979                $arrPlugins = $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($objForm->getValue('plugin_name'))); 
    8080                if(count($arrPlugins) == 0){ 
     81                    //新規インストール 
     82                     
     83                }else{ 
     84                    //再インストール 
    8185                     
    8286                } 
Note: See TracChangeset for help on using the changeset viewer.