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

(-)a/installer/data/mysql/atomicupdate/bug_21846.perl (-2 / +1 lines)
Lines 23-28 if( CheckVersion( $DBversion ) ) { Link Here
23
23
24
    SetVersion( $DBversion );
24
    SetVersion( $DBversion );
25
    print "Upgrade to $DBversion done (Bug 21846 - Using emoji as tags has broken weights)\n";
25
    print "Upgrade to $DBversion done (Bug 21846 - Using emoji as tags has broken weights)\n";
26
    my $maintenance_script = C4::Context->config("intranetdir") . "misc/maintenance/fix_tags_weight.pl";
26
    my $maintenance_script = C4::Context->config("intranetdir") . "/misc/maintenance/fix_tags_weight.pl";
27
    print "WARNING: (Bug 21846) You need to manually run $maintenance_script to fix possible issues with tags.\n";
27
    print "WARNING: (Bug 21846) You need to manually run $maintenance_script to fix possible issues with tags.\n";
28
}
28
}
29
- 

Return to bug 21846