View Issue Details

IDProjectCategoryView StatusLast Update
0000299Main CAcert Websitesource codepublic2013-01-14 11:02
ReporterSourcerer Assigned ToSourcerer  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000299: sqldump without ;
DescriptionThe 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";
        }
 ?>
 
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

Sourcerer

2006-08-15 20:05

administrator   ~0000490

solved

Issue History

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