phpBMS

Show
Ignore:
Timestamp:
05/05/09 12:26:06 (3 years ago)
Author:
nate
Message:
  • removed widget's default import
  • For new tabledefs, the import command is disabled by default
  • Products should now use the general import page.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/include/addresstorecord.php

    r485 r515  
    245245 
    246246 
    247                 function insertRecord($variables, $createdby = NULL){ 
     247                function insertRecord($variables, $createdby = NULL, $overrideID = false, $replace = false){ 
    248248 
    249249                        //$variables = $this->prepareVariables($variables); 
     
    257257                        } else { 
    258258 
    259                                 $newid = parent::insertRecord($variables, $createdby); 
     259                                $newid = parent::insertRecord($variables, $createdby, $overrideID, $replace); 
    260260 
    261261                                //create the addresstorecord 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.