Changeset 760 for trunk/phpbms/modules/bms/include/clients.php
- Timestamp:
- 01/14/10 21:26:55 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/include/clients.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/include/clients.php
r750 r760 541 541 }//end foreach 542 542 543 $response["mess sage"] = "Data does not contain the key(s): ".$response["message"];543 $response["message"] = "Data does not contain the key(s): ".$response["message"]; 544 544 545 545 return $response; … … 636 636 }//end foreach 637 637 638 $response["mess sage"] = "Data does not contain the key(s): ".$response["message"];638 $response["message"] = "Data does not contain the key(s): ".$response["message"]; 639 639 640 640 return $response; … … 1261 1261 }//end if 1262 1262 }//end if 1263 1263 1264 1264 }else 1265 1265 $this->error .= '<li> incorrect amount of fields for line number '.$rowNum.'.</li>'; … … 1275 1275 1276 1276 $theuuid = getUuid($this->table->db, "tbld:6d290174-8b73-e199-fe6c-bcf3d4b61083", (int) $theid); 1277 1277 1278 1278 //If it is a sugarcrm import, insert the shipping address as well 1279 1279 $addressVerify = array(); … … 1432 1432 1433 1433 function displayTransaction($recordsArray, $fieldsArray){ 1434 1434 1435 1435 if(count($recordsArray) && count($fieldsArray)){ 1436 1436