Ignore:
Timestamp:
2005-08-12T13:56:13+12:00 (19 years ago)
Author:
kjdon
Message:

fixed a bug with -convert_to auto handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/ConvertToPlug.pm

    r10503 r10504  
    164164    }
    165165    }
    166     elsif ($strConvertTo eq "auto") {
     166   
     167    if ($strConvertTo eq "auto") {
    167168    # choose html for now - should choose a format based on doc type
    168169    $strConvertTo = "html";
Note: See TracChangeset for help on using the changeset viewer.