patch #1929553 Remove BOM character in Swedish language file
This commit is contained in:
parent
7895e09178
commit
f39f150daf
@ -23,6 +23,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- bug #1926357 [data] BIT defaults displayed incorrectly (todo: export?)
|
||||
- patch #1930057 [auth] colon in password prevents HTTP login on CGI/IIS,
|
||||
thanks to Jürgen Wind - windkiel
|
||||
- patch #1929553 [lang] Don't output BOM character in Swedish language file,
|
||||
thanks to Samuel L. B. - samuellb
|
||||
|
||||
2.11.5.1 (2008-03-29)
|
||||
- bug #1909711 [security] Sensitive data in session files
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
/*
|
||||
@ -1025,4 +1025,4 @@ $strYes = 'Ja';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
|
||||
$strZip = '"zippad"';
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user