View | Details | Raw Unified | Return to bug 7440
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +12 lines)
Lines 6505-6510 if ( CheckVersion($DBversion) ) { Link Here
6505
    SetVersion($DBversion);
6505
    SetVersion($DBversion);
6506
}
6506
}
6507
6507
6508
$DBversion = "XXX";
6509
if ( CheckVersion($DBversion) ) {
6510
    $dbh->do(q{
6511
        DELETE FROM systempreferences WHERE variable='NoZebra'
6512
    });
6513
    $dbh->do(q{
6514
        DELETE FROM systempreferences WHERE variable='QueryRemoveStopwords'
6515
    });
6516
    print "Upgrade to $DBversion done (Remove deprecated NoZebra and QueryRemoveStopwords sysprefs)\n";
6517
    SetVersion($DBversion);
6518
}
6519
6508
=head1 FUNCTIONS
6520
=head1 FUNCTIONS
6509
6521
6510
=head2 TableExists($table)
6522
=head2 TableExists($table)
6511
- 

Return to bug 7440