This commit is contained in:
root 2006-08-15 03:53:06 +00:00
parent def7eb6db9
commit 36435d17b4

View file

@ -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>