change to tbl_dump.php3

This commit is contained in:
Steve Alberty
2001-06-23 22:07:38 +00:00
parent b0113f6b0f
commit 2af6164282

View File

@@ -196,7 +196,7 @@ if($cfgBookmark['db'] && $cfgBookmark['table'])
<input type="submit" name="SQL" value="<?php echo $strGo; ?>">
</form>
<li><a href="tbl_qbe.php3<?php echo $query;?>"><?php echo $strQBE;?></a>
<li><form method="post" action="db_dump.php3"><?php echo $strViewDumpDB;?><br>
<li><form method="post" action="tbl_dump.php3"><?php echo $strViewDumpDB;?><br>
<table>
<?php
$tables = mysql_list_tables($db);