Changeset 19472 for branches/camp


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

Legend:

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

    r19470 r19472  
    5757    public function uninstall($plugin_id){ 
    5858        $objQuery = new SC_Query(); 
    59         $objQuery->update($table, $sqlval, $arrValIn, $arrRawSql, $arrRawSqlVal) 
    60         $objQuery->update('dtb_plugin', array('del_flg'=>1), '', $arrRawSql, $arrRawSqlVal) 
     59        $updaterow = $objQuery->update('dtb_plugin', array('del_flg'=>1), 'plugin_id = ?', $plugin_id); 
     60                 
    6161    } 
    6262 
Note: See TracChangeset for help on using the changeset viewer.