Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-08-22 14:53:44 +0400
committerMarc Delisle <marc@infomarc.info>2013-08-22 14:53:44 +0400
commit7f40c41efea13edf0b5a40920d4471e3475240b9 (patch)
tree45fb4ee56eea9de29f1a305c41ce3ca3a954d5e5 /tbl_tracking.php
parentbbd42c59adc98caceb31687100f8869c9017ef46 (diff)
Remove misleading comment
Diffstat (limited to 'tbl_tracking.php')
-rw-r--r--tbl_tracking.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tbl_tracking.php b/tbl_tracking.php
index c4cbd7a65b..ee8c088b53 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -63,11 +63,6 @@ if (isset($_REQUEST['report_export'])
PMA_exportAsFileDownload($entries);
}
-
-/**
- * Gets tables informations
- */
-
$html = '<br />';
/**
@@ -155,4 +150,4 @@ $html .= '<br class="clearfloat"/>';
$response = PMA_Response::getInstance();
$response->addHTML($html);
-?> \ No newline at end of file
+?>