mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Arrays only from %d
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@96 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -27,7 +27,7 @@ foreach (array_reverse($translations[2], true) as $key => $translation) {
|
||||
}
|
||||
}
|
||||
foreach($messages as $idf => $val) {
|
||||
if ($val == ",") {
|
||||
if ($val == "," && strpos($idf, "%d")) {
|
||||
$s .= "\t\t\t$idf => array(),\n";
|
||||
} elseif ($translations[1][$key][0] != 'en') {
|
||||
$s .= "\t\t\t$idf => '',\n";
|
||||
|
Reference in New Issue
Block a user