View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000299 | Main CAcert Website | source code | public | 2006-08-15 09:06 | 2013-01-14 11:02 |
Reporter | Sourcerer | Assigned To | Sourcerer | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 2006 | ||||
Summary | 0000299: sqldump without ; | ||||
Description | The sqldump is broken, since there are no ; to end the create table commands | ||||
Additional Information | --- sqldump.php.orig 2006-08-14 23:05:06.000000000 +0000 +++ sqldump.php 2006-08-14 23:05:15.000000000 +0000 @@ -22,7 +22,7 @@ echo "DROP TABLE IF EXISTS `$table_name`;\n"; $create = mysql_fetch_assoc(mysql_query("SHOW CREATE TABLE `cacert`.`$table_name`")); - echo $create['Create Table']."\n\n"; + echo $create['Create Table'].";\n\n"; } ?> | ||||
Tags | No tags attached. | ||||
Reviewed by | |||||
Test Instructions | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-08-15 09:06 | Sourcerer | New Issue | |
2006-08-15 09:06 | Sourcerer | Status | new => needs work |
2006-08-15 09:06 | Sourcerer | Assigned To | => duane |
2006-08-15 13:52 | duane | Assigned To | duane => Sourcerer |
2006-08-15 13:53 | duane | Status | needs work => solved? |
2006-08-15 13:53 | duane | Fixed in Version | => production |
2006-08-15 13:53 | duane | Resolution | open => fixed |
2006-08-15 20:05 | Sourcerer | Status | solved? => closed |
2006-08-15 20:05 | Sourcerer | Note Added: 0000490 | |
2013-01-14 11:02 | Werner Dworak | Fixed in Version | => 2006 |