removed some unnecessary lines of code

This commit is contained in:
Loïc Chapeaux
2001-08-30 18:54:19 +00:00
parent cc2d206977
commit 86fc3ba2a6

View File

@@ -14,13 +14,6 @@ require('./grab_globals.inc.php3');
require('./header.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 * Displays the form
*/ */