Changeset 16364


Ignore:
Timestamp:
2008-07-11T15:18:27+12:00 (16 years ago)
Author:
ak19
Message:

Cosmetic changes: added the ampersand in front of package subroutine calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/g2f-import.pl

    r16102 r16364  
    184184    ##           "web","sites","localsite","collect");
    185185
    186     $collectdir = util::filename_cat($ENV{'GSDLHOME'},"collect");
     186    $collectdir = &util::filename_cat($ENV{'GSDLHOME'},"collect");
    187187
    188188    }
     
    192192    &g2futil::write_gsdl_xml_file($hostname, $collectdir, $options);
    193193
    194     my $full_gs_col = util::filename_cat($collectdir,$gs_col);
     194    my $full_gs_col = &util::filename_cat($collectdir,$gs_col);
    195195
    196196    if (!-e $full_gs_col ) {
Note: See TracChangeset for help on using the changeset viewer.