From b7ad9c1119c1019f8e2b07b0dd010d140d13eb9a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 5 Jan 2004 00:37:02 +0000 Subject: [PATCH] clarify --- sql.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sql.php b/sql.php index 967707985eba..b9d84fab7963 100644 --- a/sql.php +++ b/sql.php @@ -711,8 +711,10 @@ echo '

' . "\n"; } - // Export link, if only one table + // Export link // (the url_query has extra parameters that won't be used to export) + // (the single_table parameter is used in display_export.lib.php + // to hide the SQL and the structure export dialogs) if (!isset($printview)) { if (isset($analyzed_sql[0]['table_ref'][0]['table_true_name']) && !isset($analyzed_sql[0]['table_ref'][1]['table_true_name'])) { $single_table = '&single_table=true';