Changeset 25938
- Timestamp:
- 2012-07-12T16:01:11+12:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java
r25915 r25938 90 90 91 91 gsdl3_home = properties.getProperty("gsdl3.home"); 92 if ((gsdl3_home == null || gsdl3_home.length() >0) && optionalGS3Home != null && optionalGS3Home.length() > 0)92 if ((gsdl3_home == null || gsdl3_home.length() == 0) && optionalGS3Home != null && optionalGS3Home.length() > 0) 93 93 { 94 94 gsdl3_home = optionalGS3Home;
Note:
See TracChangeset
for help on using the changeset viewer.