Changeset 19478


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

Legend:

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

    r19477 r19478  
    6060    public function uninstall($plugin_id){ 
    6161        $objQuery = new SC_Query(); 
     62        $sql = $this->getUninstallSQL(); 
     63        if($sql != null){ 
     64             
     65        } 
    6266        return $objQuery->update('dtb_plugin', array('del_flg'=>1), 'plugin_id = ?', $plugin_id); 
     67         
    6368    } 
    6469 
Note: See TracChangeset for help on using the changeset viewer.