Changeset 19603


Ignore:
Timestamp:
2010/11/07 05:35:45 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

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

    r19600 r19603  
    3636    function install(){ 
    3737        $objQuery = new SC_Query(); 
    38         echo $objQuery->getSql("plugin_id", "dtb_plugin","plugin_name = ? "); 
    39         exit; 
    40         $arrPlugins = $objQuery->select("plugin_id", "dtb_plugin", "plugin_name = ?",array($this->getName())); 
     38        $arrPlugins = $objQuery->select("plugin_id", "dtb_plugin", "name = ?",array($this->getName())); 
    4139        $data = array( 
    4240          'plugin_name' => $this->getName(), 
Note: See TracChangeset for help on using the changeset viewer.