Bug 2742 : Fix typo
This commit is contained in:
parent
07731037ee
commit
403f53c0d8
1 changed files with 1 additions and 1 deletions
|
@ -3991,7 +3991,7 @@ $DBversion = '3.03.00.018';
|
|||
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||
$dbh->do( q|update language_descriptions set description = 'Nederlands' where lang = 'nl' and subtag = 'nl'|);
|
||||
$dbh->do( q|update language_descriptions set description = 'Dansk' where lang = 'da' and subtag = 'da'|);
|
||||
print "Upgrade to $DBversion done (Correct lnaguage descriptions)\n";
|
||||
print "Upgrade to $DBversion done (Correct language descriptions)\n";
|
||||
SetVersion ($DBversion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue