Changeset 9963


Ignore:
Timestamp:
2005-05-25T17:36:11+12:00 (19 years ago)
Author:
davidb
Message:

values stored for $places_filename adjusted to be free of hard-wiring in
GSDLHOME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/GISBasPlug.pm

    r9398 r9963  
    277277    }
    278278    #allows user to view map with all places from the document on it
    279     my $places_filename = &util::filename_cat($GSDLHOME, "collect", "_cgiargc_", "index", "assoc", "_thisOID_", "places.txt");
     279####    my $places_filename = &util::filename_cat($GSDLHOME, "collect", "_cgiargc_", "index", "assoc", "_thisOID_", "places.txt");
     280    my $places_filename = &util::filename_cat("collect", "_cgiargc_", "index", "assoc", "_thisOID_", "places.txt");
    280281    my $docmap = "<a href='javascript:popUp(\"$CNTRY\",\"$places_filename\")'>View map for this document<\/a><br><br>\n";
    281282    $$textref = $docmap . $names . "<br>" . $$textref;
Note: See TracChangeset for help on using the changeset viewer.