View Issue Details

IDProjectCategoryView StatusLast Update
0000278Main CAcert Websiteweb of trustpublic2013-01-14 10:42
ReporterSourcerer Assigned Toduane  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000278: Location DB Admin broken
DescriptionThe Location DB Admin shows a list of countries instead of a list of the towns in a specific regions when browsing a region.
TagsNo tags attached.
Reviewed by
Test Instructions

Relationships

has duplicate 0000149 closed Cannot add Region in Location DB 

Activities

2006-08-03 09:39

 

53_2.patch (1,107 bytes)   
--- 53.php.orig	2006-04-17 14:02:09.000000000 +0200
+++ 53.php	2006-08-03 01:38:00.000000000 +0200
@@ -28,7 +28,7 @@
 	{
 		$reg = mysql_fetch_assoc(mysql_query("select * from `regions` where `id`='$regid'"));
 		$display = "<ul class='top'>\n<li>\n".
-			"<a href='account.php?id=53&regid=$regid'>$reg[name]</a> - <a href='account.php?action=add&id=54&regid=$regid'>Add</a>\n".
+			"<a href='account.php?id=53&regid=$regid&ccid=$ccid'>$reg[name]</a> - <a href='account.php?action=add&id=54&regid=$regid'>Add</a>\n".
 			$display;
 		$_REQUEST['ccid'] = $reg['ccid'];
 	}
@@ -62,7 +62,7 @@
 			echo "<li>( <a href='account.php?action=edit&id=54&regid=$row[id]'>edit</a> |";
 			echo " <a href='account.php?action=delete&id=53&regid=$row[id]'";
 			echo " onclick=\"return confirm('Are you sure you want to delete this region and all connected locations?');\">delete</a> )";
-			echo " <a href='account.php?id=53&regid=$row[id]'>$row[name]</a></li>\n";
+			echo " <a href='account.php?id=53&regid=$row[id]&ccid=$ccid'>$row[name]</a></li>\n";
 		}
 
 		echo "</ul>\n</li>\n</ul>\n</li>\n</ul></div>\n<br>\n";
53_2.patch (1,107 bytes)   

Sourcerer

2006-08-03 09:40

administrator   ~0000279

The patch has been tested successfully on test2.cacert.at

duane

2006-08-04 00:09

developer   ~0000290

patch applied

Sourcerer

2006-08-04 00:24

administrator   ~0000295

Has been fixed succesfully. Thanks!

Issue History

Date Modified Username Field Change
2006-08-03 09:39 Sourcerer New Issue
2006-08-03 09:39 Sourcerer File Added: 53_2.patch
2006-08-03 09:40 Sourcerer Note Added: 0000279
2006-08-03 09:40 Sourcerer Status new => needs work
2006-08-03 09:40 Sourcerer Assigned To => duane
2006-08-04 00:09 duane Status needs work => solved?
2006-08-04 00:09 duane Fixed in Version => production
2006-08-04 00:09 duane Resolution open => fixed
2006-08-04 00:09 duane Note Added: 0000290
2006-08-04 00:24 Sourcerer Status solved? => closed
2006-08-04 00:24 Sourcerer Note Added: 0000295
2006-08-14 06:12 duane Relationship added has duplicate 0000149
2013-01-14 10:42 Werner Dworak Fixed in Version => 2006