mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Use common parent for Db
This commit is contained in:
@@ -64,8 +64,8 @@ function get_lang() {
|
||||
* @param float|string
|
||||
* @return string
|
||||
*/
|
||||
// this is matched by compile.php
|
||||
function lang($idf, $number = null) {
|
||||
// this is matched by compile.php
|
||||
global $LANG, $translations;
|
||||
$translation = ($translations[$idf] ?: $idf);
|
||||
if (is_array($translation)) {
|
||||
|
Reference in New Issue
Block a user