Changeset 907

Show
Ignore:
Timestamp:
12/14/06 04:47:13 (2 years ago)
Author:
takayama
Message:

Fixed BugId:13451

* Changed the conditional expression when the value was 0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/ImportExport.pm

    r717 r907  
    387387 
    388388                    ## Assign a title if one is not already assigned. 
    389                     unless ($entry->title) { 
     389                    if (!defined($entry->title)) { 
    390390                        my $body = $entry->text; 
    391391                        if ($t_start && $t_end && $body =~