phpBMS

Show
Ignore:
Timestamp:
01/14/10 21:26:55 (2 years ago)
Author:
brieb
Message:
  • typo - Don't ever try to spell message with three 's's. It takes hours to debug what is wrong.
Files:
1 modified

Legend:

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

    r750 r760  
    541541                                }//end foreach 
    542542 
    543                                 $response["messsage"] = "Data does not contain the key(s): ".$response["message"]; 
     543                                $response["message"] = "Data does not contain the key(s): ".$response["message"]; 
    544544 
    545545                                return $response; 
     
    636636                                }//end foreach 
    637637 
    638                                 $response["messsage"] = "Data does not contain the key(s): ".$response["message"]; 
     638                                $response["message"] = "Data does not contain the key(s): ".$response["message"]; 
    639639 
    640640                                return $response; 
     
    12611261                                                                }//end if 
    12621262                                                        }//end if 
    1263                                                                  
     1263 
    12641264                                                }else 
    12651265                                                        $this->error .= '<li> incorrect amount of fields for line number '.$rowNum.'.</li>'; 
     
    12751275 
    12761276                                                        $theuuid = getUuid($this->table->db, "tbld:6d290174-8b73-e199-fe6c-bcf3d4b61083", (int) $theid); 
    1277                                                          
     1277 
    12781278                                                        //If it is a sugarcrm import, insert the shipping address as well 
    12791279                                                        $addressVerify = array(); 
     
    14321432 
    14331433                function displayTransaction($recordsArray, $fieldsArray){ 
    1434                          
     1434 
    14351435                        if(count($recordsArray) && count($fieldsArray)){ 
    14361436 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.