From 2441ab3eb0432e04f8189d4ab0f5d660b4bbda26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 30 Mar 2002 14:38:38 +0000 Subject: [PATCH] Beautified generated html --- db_details.php3 | 2 +- tbl_properties.php3 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/db_details.php3 b/db_details.php3 index 405039bb0..fecefaa69 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -542,7 +542,7 @@ $is_upload = (PMA_PHP_INT_VERSION >= 40000 && function_exists('ini_get'))
  • -
    + onsubmit="return checkSqlQuery(this)"> diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 1eaa15e71..a1cfa5b0d 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -702,7 +702,7 @@ $is_upload = (PMA_PHP_INT_VERSION >= 40000 && function_exists('ini_get'))
  • - + onsubmit="return checkSqlQuery(this)"> @@ -1216,9 +1216,9 @@ if (!empty($cfgServer['relation'])) { . ' FROM ' . $cfgServer['relation'] . ' WHERE src_table =\'' . $table . '\';'; -// we need this mysql_select_db if the user has access to more than one db -// and $db is not the last of the list, because -// PMA_availableDatabases() has made a mysql_select_db() on the last one + // we need this mysql_select_db if the user has access to more than one db + // and $db is not the last of the list, because PMA_availableDatabases() + // has made a mysql_select_db() on the last one mysql_select_db($db); $result = @mysql_query($local_query);