Ignore:
Timestamp:
2023-09-23T19:47:45+12:00 (9 months ago)
Author:
anupama
Message:

Minor comment improvement ahead of committing work I'm still doing on adding remove-metadata-array subroutines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm

    r38191 r38192  
    612612    }
    613613
    614     # Not sure if the checked_chdir is necessary, since lock_collection also does a chdir
    615     # But including the stmt during this code reorganisation to preserve as-is what used to happen
     614    # Not sure if the checked_chdir into the collect directory is necessary,
     615    # since lock_collection does a further chdir into the collection directory anyway
     616    # But including the stmt during this code reorganisation to preserve as-is what used to happe
    616617    my $site = $self->{'site'};
    617618    my $collect_dir = $gsdl_cgi->get_collection_dir($site);
Note: See TracChangeset for help on using the changeset viewer.