From 0f081a843791d3d26c209b13f8b798462b44f8bf Mon Sep 17 00:00:00 2001 From: ninadsp Date: Tue, 15 Jun 2010 15:06:56 +0530 Subject: [PATCH] Removed inline JavaScript calls to confirmLink for truncate and drop table actions --- db_structure.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/db_structure.php b/db_structure.php index 65b78b708..73b3e7b17 100755 --- a/db_structure.php +++ b/db_structure.php @@ -309,13 +309,12 @@ foreach ($tables as $keyname => $each_table) { if (! $db_is_information_schema) { if (! empty($each_table['TABLE_ROWS'])) { - $empty_table = '' . $titles['Empty'] . ''; + .'">' . $titles['Empty'] . ''; } else { $empty_table = $titles['NoEmpty']; } @@ -399,11 +398,10 @@ foreach ($tables as $keyname => $each_table) { - + echo urlencode($drop_message); ?>" >