Changeset 19475


Ignore:
Timestamp:
2010/11/07 03:17:06 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

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

    r19474 r19475  
    4545          'version' => $this->getVersion() 
    4646        ); 
     47         
     48         
    4749 
    4850        if(count($arrPlugins) == 0){ 
     
    5759    public function uninstall($plugin_id){ 
    5860        $objQuery = new SC_Query(); 
    59         $updaterow = $objQuery->update('dtb_plugin', array('del_flg'=>1), 'plugin_id = ?', $plugin_id); 
     61        return $objQuery->update('dtb_plugin', array('del_flg'=>1), 'plugin_id = ?', $plugin_id); 
    6062    } 
    6163 
     
    6567     */ 
    6668    protected function getInstallSQL(){ 
    67  
     69       
    6870    } 
    6971 
Note: See TracChangeset for help on using the changeset viewer.