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 |
- |
|
|