Changeset 714 for trunk/phpbms/modules/bms/install/update.php
- Timestamp:
- 01/05/10 11:56:12 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/install/update.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/install/update.php
r703 r714 283 283 $address["country"] = $therecord["shiptocountry"]; 284 284 285 $newid = insertAddress($db,$address);285 $newid = $this->v096insertAddress($address); 286 286 287 287 $a2r["addressid"] = $newid; … … 295 295 }//endif - shiptoaddress1 296 296 297 $this->v096insertA2R($ db, $a2r);297 $this->v096insertA2R($a2r); 298 298 299 299 }//endwhile … … 316 316 317 317 $this->db->query($alterstatement); 318 319 return true; 318 320 319 321 }//end function