remove work in progress

This commit is contained in:
Marc Delisle
2008-05-11 21:46:07 +00:00
parent 1ec1afa3d4
commit e55679c962

View File

@@ -218,11 +218,6 @@ if ($databases_count > 0) {
. '" target="_parent">' . "\n" . '" target="_parent">' . "\n"
. ' ' . htmlspecialchars($current['SCHEMA_NAME']) . "\n" . ' ' . htmlspecialchars($current['SCHEMA_NAME']) . "\n"
. ' </a>' . "\n" . ' </a>' . "\n"
. ' <a onclick="
//<![CDATA[
if (window.parent.openDb(\'' . PMA_jsFormat($current['SCHEMA_NAME'], false) . '\', true)) return false;
//]]>
">T</a>' . "\n"
. ' </td>' . "\n"; . ' </td>' . "\n";
foreach ($column_order as $stat_name => $stat) { foreach ($column_order as $stat_name => $stat) {