From b6025b2fc241514fdca7b916f5aafca652677fa6 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 18 May 2026 14:53:43 +0200 Subject: [PATCH] Fix to revert "Code Review Test: Fix language strings improp" This reverts commit 42142f7a5f9aac2dd3cc359f99e68b206096db73. --- mysql/mysql-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql/mysql-lib.pl b/mysql/mysql-lib.pl index 7849d48c8..a961ae4aa 100755 --- a/mysql/mysql-lib.pl +++ b/mysql/mysql-lib.pl @@ -671,8 +671,8 @@ else { local $js2 = "onClick='form.db_def[2].checked = true'"; $rv = &ui_radio("db_def", $db eq '%' || $db eq '' ? 1 : $ind ? 2 : 0, - [ [ 1, text{'host_any'} ], - [ 2, text{'host_sel'}." ". + [ [ 1, $text{'host_any'} ], + [ 2, $text{'host_sel'}." ". &ui_select("dbs", $_[0], \@opts, 1, 0, 0, 0,$js1) ], [ 0, $text{'host_otherdb'}." ". &ui_textbox("db", $db eq '%' || $db eq '' ||