Changeset 27156


Ignore:
Timestamp:
2013-04-04T17:37:03+13:00 (11 years ago)
Author:
ak19
Message:

Possible bugfix. Subroutine remove_live_metadata used to lock the collection but not unlock it again, whereas remove_archives_metadata and remove_import_metadata did do a symmetrical lock and unlock.

File:
1 edited

Legend:

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

    r27155 r27156  
    88# Copyright (C) 2009 New Zealand Digital Library Project
    99#
    10 # This program is free software; you can redistr   te it and/or modify
     10# This program is free software; you can redistribute it and/or modify
    1111# it under the terms of the GNU General Public License as published by
    1212# the Free Software Foundation; either version 2 of the License, or
     
    19481948    }
    19491949
     1950    # Release the lock once it is done
     1951    $self->unlock_collection($username, $collect);
    19501952}
    19511953
Note: See TracChangeset for help on using the changeset viewer.