Changeset 19501


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

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Plugin.php

    r19500 r19501  
    5858      $objQuery = new SC_Query(); 
    5959      $name = preg_replace("/.php/", "", __FILE__); 
     60      $objQuery->update("dtb_plugin", array('enable'=>'0'), ", $arrRawSql, $arrRawSqlVal) 
    6061      $id = $objQuery->getCol("dtb_plugin", "plugin_id", "plugin_name = ?",array($name)); 
    6162       
Note: See TracChangeset for help on using the changeset viewer.