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/receipts.php

    r501 r515  
    403403 
    404404 
    405                 function insertRecord($variables, $createdby = NULL){ 
    406  
    407                         $newid = parent::insertRecord($variables, $createdby); 
     405                function insertRecord($variables, $createdby = NULL, $overrideID = false, $replace = false){ 
     406 
     407                        $newid = parent::insertRecord($variables, $createdby, $overrideID, $replace); 
    408408 
    409409                        if($variables["itemschanged"]==1){ 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.