From 7067bbc38ec33cc0014fce7d3611de459991e6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 24 May 2002 09:56:11 +0000 Subject: [PATCH] Patch #559618 - procedure analyse(), thanks to Mike Beck --- ChangeLog | 2 ++ lang/english.inc.php3 | 1 + lang/french.inc.php3 | 1 + tbl_properties_structure.php3 | 10 ++++++++++ 4 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index dd83a9880..572cd2af7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ $Source$ - Search into database, thanks to Thomas Chaumeny . * libraries/functions.js, lines 15-17: fixed bug #559815 - Javascript problem with Opera. + * tbl_properties_structure.php3, lines 541-549; lang/*: patch #559618 - + procedure analyse(), thanks to Mike Beck. 2002-05-23 Marc Delisle * Documentation.html, config.inc.php3, db_details_structure.php3, diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 502a881c9..e312e251c 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -329,6 +329,7 @@ $strStrucData = 'Structure and data'; $strStrucDrop = 'Add \'drop table\''; $strStrucExcelCSV = 'CSV for Ms Excel data'; $strStrucOnly = 'Structure only'; +$strStructPropose = 'Propose table structure'; $strStructure = 'Structure'; $strSubmit = 'Submit'; $strSuccess = 'Your SQL-query has been executed successfully'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 2c9549a60..12791bcd7 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -329,6 +329,7 @@ $strStrucData = 'Structure et donn $strStrucDrop = 'Ajouter des énoncés "drop table"'; $strStrucExcelCSV = 'Données CSV pour Ms Excel'; $strStrucOnly = 'Structure seule'; +$strStructPropose = 'Suggérer des optimisations quant à la structure de la table'; $strStructure = 'Structure'; $strSubmit = 'Exécuter'; $strSuccess = 'Votre requête SQL a été exécutée avec succès'; diff --git a/tbl_properties_structure.php3 b/tbl_properties_structure.php3 index 97b353145..f491ed903 100755 --- a/tbl_properties_structure.php3 +++ b/tbl_properties_structure.php3 @@ -538,8 +538,18 @@ if ($cfg['Server']['relation']) { } echo "\n"; ?> + + +
  • +
    + + +
    +
  • + +