Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/06/08 17:17:55 (5 months ago)
Author:
mseaton
Message:

synchronization_bidirectional_branch: merge from [4734] to [5181].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/AdministrationServiceImpl.java

    r4969 r5183  
    576576                        systemVariables.put("OPERATING_SYSTEM", 
    577577                                            String.valueOf(OpenmrsConstants.OPERATING_SYSTEM)); 
    578                         systemVariables.put("OPERATING_SYSTEM_WINDOWS_XP", 
    579                                             String.valueOf(OpenmrsConstants.OPERATING_SYSTEM_WINDOWS_XP)); 
    580                         systemVariables.put("OPERATING_SYSTEM_LINUX", 
    581                                             String.valueOf(OpenmrsConstants.OPERATING_SYSTEM_LINUX)); 
    582578                } 
    583579