Changeset 10565


Ignore:
Timestamp:
2005-08-25T14:46:07+12:00 (19 years ago)
Author:
mdewsnip
Message:

Yet another "spaces in filenames" problem, and a minor formatting change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/cgi-bin/gsdlCGI.pm

    r10212 r10565  
    8686    }
    8787    else {
    88     $full_mess = "ERROR: $mess ($args)\n";
     88    $full_mess = "ERROR: $mess\n ($args)\n";
    8989    }
    9090
     
    160160    close(FILEIN);
    161161
    162        
    163     my ($loc) = ($config_content =~ m/^$infotype\s+(\S+)\s*\n/m);
     162    my ($loc) = ($config_content =~ m/^$infotype\s+((\".+\")|(\S+))\s*\n/m);
    164163    $loc =~ s/\"//g;
    165164
     
    167166    $self->generate_error("$infotype is not set in gsdlsite.cfg");
    168167    }
    169 
    170168
    171169    return $loc;
Note: See TracChangeset for help on using the changeset viewer.