Changeset 19462 for branches/camp


Ignore:
Timestamp:
2010/11/07 03:12:03 (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

    r19460 r19462  
    5151            $objQuery->update('dtb_plugin',$data,'plugin_id = ?',array($arrPlugins[0]['plugin_id'])); 
    5252        } 
     53        $create = <<< SQL 
     54CREATE TABLE dtb_plugin_test_table1  
     55 
     56 
     57SQL; 
    5358         
    54         $objQuery->query("CREATE TABLE "); 
     59        $objQuery->query(""); 
    5560 
    5661    } 
Note: See TracChangeset for help on using the changeset viewer.