Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 1877

Show
Ignore:
Timestamp:
06/15/07 03:34:11 (1 year ago)
Author:
bmamlin
Message:

Applying patch #404 to alpha
Author: vmitrovic

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/alpha/src/web/org/openmrs/web/Listener.java

    r1730 r1877  
    340340                        // Look for environment variable {WEBAPP.NAME}_RUNTIME_PROPERTIES_FILE 
    341341                        String webapp = WebConstants.OPENMRS_WEBAPP_NAME; 
    342                         webapp = webapp.toUpperCase(); 
    343                         String env = webapp + "_RUNTIME_PROPERTIES_FILE"; 
     342                        String env = webapp.toUpperCase() + "_RUNTIME_PROPERTIES_FILE"; 
    344343                         
    345344                        String filepath = System.getenv(env);