Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/16/08 12:29:31 (6 months ago)
Author:
bwolfe
Message:

Merging trunk to the 1.3.x branch (sideporting) to get bug fixes into an RC5 release [4745]:[4946]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/1.3.x/src/api/org/openmrs/Person.java

    r4158 r4947  
    576576         */ 
    577577        public PersonName getPersonName() { 
    578                 if (names != null && names.size() > 0) { 
     578                if (getNames() != null && names.size() > 0) { 
    579579                        return (PersonName) names.toArray()[0]; 
    580580                } else {