Changeset 19435


Ignore:
Timestamp:
2010/11/07 02:56:48 (14 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

    r19434 r19435  
    7979            case 'install': 
    8080                $objQuery = new SC_Query(); 
    81                 $arrPlugins = $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($objForm->getValue('plugin_name'))); 
     81                $name = $objForm->getValue('plugin_name'); 
     82                $arrPlugins = $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($name)); 
    8283                if(count($arrPlugins) == 0){ 
    8384                    //新規インストール 
Note: See TracChangeset for help on using the changeset viewer.