Remove misleading comment

This commit is contained in:
Marc Delisle 2013-08-22 06:53:44 -04:00
parent bbd42c59ad
commit 7f40c41efe

View File

@ -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);
?>
?>