Ignore:
Timestamp:
2010-12-02T00:36:37+13:00 (13 years ago)
Author:
davidb
Message:

Further refinement of code to support HTML linking between documents when using non-ascii names on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/basebuildproc.pm

    r23182 r23371  
    516516
    517517        # special case for URL metadata
    518         if ($field =~ /^URL$/i) {
    519             &dbutil::write_infodb_entry($self->{'infodbtype'}, $infodb_handle, $value, { 'section' => [ $section_OID ] });
     518        if ($field =~ m/^URL$/i) {
     519            &dbutil::write_infodb_entry($self->{'infodbtype'}, $infodb_handle,
     520                        $value, { 'section' => [ $section_OID ] });
    520521        }
    521522       
Note: See TracChangeset for help on using the changeset viewer.