Changeset 27537


Ignore:
Timestamp:
2013-06-04T16:46:08+12:00 (11 years ago)
Author:
ak19
Message:

Bugfix: should be testing strOutputFormat is set to xml, not strOutput

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/diffcol/diffcol.pl

    r27536 r27537  
    5454$gv_intVerbosity = 0;
    5555$gv_strMode = "Full";
     56$strOutputFormat = "xml" unless defined $strOutputFormat; # global var with default
    5657
    5758%gv_IndivList = ("archives" => 0,
     
    190191        if($strBcfgError ne "")
    191192        {
    192             if( $strOutput eq "xml" ) {
     193            if( $strOutputFormat eq "xml" ) {
    193194                print "<build-cfg succeeded=\"no\">\n<message>";
    194195            } else {
     
    197198
    198199            VobPrint ("$strBcfgError",$intLevel);
    199             if( $strOutput eq "xml" ) {
     200            if( $strOutputFormat eq "xml" ) {
    200201                print "</message></build-cfg>";
    201202            }
Note: See TracChangeset for help on using the changeset viewer.