phpBMS

Show
Ignore:
Timestamp:
01/05/10 11:56:12 (2 years ago)
Author:
brieb
Message:
  • Fixed conversion of client addresses
  • Fixed widgets and menu tabledefs not having module uuid set correctly
  • Correctly display module db / current version on update screen
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/install/update.php

    r703 r714  
    283283                                $address["country"] = $therecord["shiptocountry"]; 
    284284 
    285                                 $newid = insertAddress($db, $address); 
     285                                $newid = $this->v096insertAddress($address); 
    286286 
    287287                                $a2r["addressid"] = $newid; 
     
    295295                        }//endif - shiptoaddress1 
    296296 
    297                         $this->v096insertA2R($db, $a2r); 
     297                        $this->v096insertA2R($a2r); 
    298298 
    299299                }//endwhile 
     
    316316 
    317317                $this->db->query($alterstatement); 
     318 
     319                return true; 
    318320 
    319321        }//end function 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.