Bug 2742 : Fix typo

This commit is contained in:
Chris Cormack 2011-02-08 21:47:38 +13:00
parent 07731037ee
commit 403f53c0d8

View file

@ -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);
}