From 86fc3ba2a6bded4932c2b1ac8020e72075f7440b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 30 Aug 2001 18:54:19 +0000 Subject: [PATCH] removed some unnecessary lines of code --- ldi_table.php3 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ldi_table.php3 b/ldi_table.php3 index fc48efe0a..be8a54dda 100755 --- a/ldi_table.php3 +++ b/ldi_table.php3 @@ -14,13 +14,6 @@ require('./grab_globals.inc.php3'); require('./header.inc.php3'); -/** - * Gets the list of available tables - */ -$tables = mysql_list_tables($db); -$num_tables = @mysql_numrows($tables); - - /** * Displays the form */