Changeset 137

Show
Ignore:
Timestamp:
10/07/05 18:01:49 (3 years ago)
Author:
ogawa
Message:

Modify a little the version check code for mt-db-convert.cgi.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mt-db-convert/trunk/mt-db-convert.cgi

    r136 r137  
    4545    my $mt = MT->new() or die MT->errstr; 
    4646    die "This script is for Movable Type 3.2 or above." 
    47         if $mt->version_number < 3.2; 
     47        unless $mt->version_number >= 3.2; 
    4848 
    4949    my $cfg = $mt->{cfg};