Changeset 1805

Show
Ignore:
Timestamp:
04/08/08 09:07:25 (8 months ago)
Author:
fumiakiy
Message:

Stopped installing new search_results template upon upgrading. BugId:66849

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-34/lib/MT/Upgrade.pm

    r1731 r1805  
    16871687 
    16881688    for my $val (@$tmpl_list) { 
     1689        if (!$Installing) { 
     1690            next if $val->{type} eq 'search_results'; 
     1691        } 
    16891692        if (!$install) { 
    16901693            if (!$val->{global}) {