Changeset 24950


Ignore:
Timestamp:
2012-01-16T15:27:58+13:00 (12 years ago)
Author:
sjm84
Message:

Fixed use of null instead of undef

File:
1 edited

Legend:

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

    r24949 r24950  
    878878    my $import_filename = $doc_rec->{'doc-file'}->[0]; 
    879879
    880     my $status = $self->remove_from_doc_xml($gsdl_cgi, &util::filename_cat($archive_dir, $import_filename), $metaname, $metapos, null, $docid_secnum);
     880    my $status = $self->remove_from_doc_xml($gsdl_cgi, &util::filename_cat($archive_dir, $import_filename), $metaname, $metapos, undef, $docid_secnum);
    881881   
    882882    # Release the lock once it is done
Note: See TracChangeset for help on using the changeset viewer.