Changeset 13168


Ignore:
Timestamp:
2006-10-27T13:20:42+13:00 (18 years ago)
Author:
mdewsnip
Message:

Now prevents the gsdlCGI.pm module from returning errors and warnings in XML in some cases, as this isn't expected by the GLI client code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/cgi-bin/gliserver.pl

    r11943 r13168  
    3434    $gsdl_cgi->parse_cgi_args();
    3535
     36    # We don't want the gsdlCGI module to return errors and warnings in XML
     37    $gsdl_cgi->{'xml'} = 0;
     38
     39    # Retrieve the (required) command CGI argument
    3640    my $cmd = $gsdl_cgi->clean_param("cmd");
    3741    if (!defined $cmd) {
Note: See TracChangeset for help on using the changeset viewer.