diff --git a/ChangeLog b/ChangeLog
index c54b3dd81..bc0370e8e 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2001-09-19 Marc Delisle
+ * tbl_properties.php3, db_details.php3, lang/*: start to merge new
+ messages with parameters
+
2001-09-19 Loïc Chapeaux
* main.php3: merged patch #462787 (Home page for unpriviliged user) thanks
to Piotr Roszatycki .
diff --git a/db_details.php3 b/db_details.php3
index da0f4857d..4ce6abdf8 100755
--- a/db_details.php3
+++ b/db_details.php3
@@ -178,12 +178,12 @@ else if (MYSQL_INT_VERSION >= 32300) {
-
|
-
|
@@ -343,10 +343,10 @@ else {
-
+
|
-
+
|
@@ -427,7 +427,7 @@ if ($num_tables > 0) {
- :
+ :
|
-
|
-
+
|
-
+
|
-
+
|
20) {
]
[
]
- [
]
- [
]
@@ -403,7 +403,7 @@ if ($fields_cnt > 20) {
[
]
[ ]
- [
]
@@ -463,11 +463,11 @@ if ($index_count > 0) {
if ($row['Key_name'] == 'PRIMARY') {
$sql_query = urlencode('ALTER TABLE ' . backquote($table) . ' DROP PRIMARY KEY');
$js_msg = 'ALTER TABLE ' . js_format($table) . ' DROP PRIMARY KEY';
- $zero_rows = urlencode($strPrimaryKey . ' ' . $strHasBeenDropped);
+ $zero_rows = urlencode($strPrimaryKeyHasBeenDropped);
} else {
$sql_query = urlencode('ALTER TABLE ' . backquote($table) . ' DROP INDEX ' . backquote($row['Key_name']));
$js_msg = 'ALTER TABLE ' . js_format($table) . ' DROP INDEX ' . js_format($row['Key_name']);
- $zero_rows = urlencode($strIndex . ' ' . htmlspecialchars($row['Key_name']) . ' ' . $strHasBeenDropped);
+ $zero_rows = urlencode(sprintf($strIndexHasBeenDropped, htmlspecialchars($row['Key_name'])));
}
if ($row['Key_name'] != $prev_key) {
@@ -738,7 +738,7 @@ echo "\n";
- :
+ :