Changeset 19477 for branches/camp


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

Legend:

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

    r19476 r19477  
    4545          'version' => $this->getVersion() 
    4646        ); 
    47          
    48         $objQuery(){ 
    49              
     47        if($this->getInstallSQL() != null){ 
     48            $objQuery->query($this->getInstallSQL()); 
    5049        } 
    5150 
     
    5655        } 
    5756 
    58          
     57 
    5958    } 
    6059 
     
    6968     */ 
    7069    protected function getInstallSQL(){ 
    71        
     70 
    7271    } 
    7372 
Note: See TracChangeset for help on using the changeset viewer.