Changeset 31517 for main/trunk/greenstone2
- Timestamp:
- 14.03.2017 19:48:14 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/util.pm
r31515 r31517 1229 1229 # if already set on a previous occasion, just return that 1230 1230 # (Don't want to keep repeating this: cost of re-opening and scanning files.) 1231 return $ENV{' GREENSTONE_URL_PREFIX'} if($ENV{'GREENSTONE_URL_PREFIX'});1231 return $ENV{'FULL_GREENSTONE_URL_PREFIX'} if($ENV{'FULL_GREENSTONE_URL_PREFIX'}); 1232 1232 1233 1233 my $gs_mode = ($ENV{'GSDL3SRCHOME'}) ? "gs3" : "gs2";