do not show Export link on printview output
This commit is contained in:
3
sql.php3
3
sql.php3
@@ -564,7 +564,8 @@ else {
|
||||
|
||||
// Export link, if only one table
|
||||
// (the url_query has extra parameters that won't be used to export)
|
||||
if (isset($analyzed_sql[0]['table_ref'][0]['table_true_name'])
|
||||
if (!isset($printview)
|
||||
&& isset($analyzed_sql[0]['table_ref'][0]['table_true_name'])
|
||||
&& !isset($analyzed_sql[0]['table_ref'][1]['table_true_name'])) {
|
||||
echo ' <!-- Export -->' . "\n"
|
||||
. ' <a href="tbl_properties_export.php3' . $url_query . '&unlim_num_rows=' . $unlim_num_rows . '">' . $strExport . '</a>' . "\n";
|
||||
|
Reference in New Issue
Block a user