View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000278 | Main CAcert Website | web of trust | public | 2006-08-03 09:39 | 2013-01-14 10:42 |
| Reporter | Sourcerer | Assigned To | duane | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 2006 | ||||
| Summary | 0000278: Location DB Admin broken | ||||
| Description | The Location DB Admin shows a list of countries instead of a list of the towns in a specific regions when browsing a region. | ||||
| Tags | No tags attached. | ||||
| Attached Files | 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®id=$regid'>$reg[name]</a> - <a href='account.php?action=add&id=54®id=$regid'>Add</a>\n".
+ "<a href='account.php?id=53®id=$regid&ccid=$ccid'>$reg[name]</a> - <a href='account.php?action=add&id=54®id=$regid'>Add</a>\n".
$display;
$_REQUEST['ccid'] = $reg['ccid'];
}
@@ -62,7 +62,7 @@
echo "<li>( <a href='account.php?action=edit&id=54®id=$row[id]'>edit</a> |";
echo " <a href='account.php?action=delete&id=53®id=$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®id=$row[id]'>$row[name]</a></li>\n";
+ echo " <a href='account.php?id=53®id=$row[id]&ccid=$ccid'>$row[name]</a></li>\n";
}
echo "</ul>\n</li>\n</ul>\n</li>\n</ul></div>\n<br>\n";
| ||||
| Reviewed by | |||||
| Test Instructions | |||||
| has duplicate | 0000149 | closed | Cannot add Region in Location DB |
| 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 |