Changeset 19580 for branches/camp


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

Legend:

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

    r19579 r19580  
    3737        $objQuery = new SC_Query(); 
    3838        $arrPlugins = $objQuery->select("plugin_id", "dtb_plugin", "plugin_name = ?",array($this->getName())); 
    39         $arrPlugins = $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($this->getName())); 
    4039        $data = array( 
    4140          'plugin_name' => $objForm->getValue('plugin_name'), 
Note: See TracChangeset for help on using the changeset viewer.