bug #299
This commit is contained in:
parent
def7eb6db9
commit
36435d17b4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
echo "DROP TABLE IF EXISTS `$table_name`;\n";
|
echo "DROP TABLE IF EXISTS `$table_name`;\n";
|
||||||
$create = mysql_fetch_assoc(mysql_query("SHOW CREATE TABLE `cacert`.`$table_name`"));
|
$create = mysql_fetch_assoc(mysql_query("SHOW CREATE TABLE `cacert`.`$table_name`"));
|
||||||
echo $create['Create Table']."\n\n";
|
echo $create['Create Table'].";\n\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue