Changeset 19452


Ignore:
Timestamp:
2010/11/07 03:05:16 (13 years ago)
Author:
miningbrownie
Message:

auto commit by watch

File:
1 edited

Legend:

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

    r19451 r19452  
    4848 
    4949        if(count($arrPlugins) == 0){ 
    50              
    51  
    52         $objQuery->insert("dtb_plugin", $data); 
     50            $objQuery->insert("dtb_plugin", $data); 
    5351        }else{ 
    54              
     52          $objQuery->update('dtb_plugin',$data,'plugin_id = ?',array($arrPlugins[0][''])) 
    5553        } 
    5654 
Note: See TracChangeset for help on using the changeset viewer.