Fixed a bug

pull/1/head
root 15 years ago
parent 064e4d973a
commit f3c9bc04a3

@ -40,7 +40,7 @@
{ {
$cnt = mysql_fetch_assoc(mysql_query("select * from `countries` where `id`='$ccid'")); $cnt = mysql_fetch_assoc(mysql_query("select * from `countries` where `id`='$ccid'"));
$display = "<ul class='top'>\n<li>\n". $display = "<ul class='top'>\n<li>\n".
"<a href='account.php?id=53&amp;ccid=$ccid'>".sanitizeHTML($cnt[name])."</a> - <a href='account.php?action=add&amp;id=54&amp;ccid=$ccid'>"._("Add")."</a>\n". "<a href='account.php?id=53&amp;ccid=$ccid'>".sanitizeHTML($cnt['name'])."</a> - <a href='account.php?action=add&amp;id=54&amp;ccid=$ccid'>"._("Add")."</a>\n".
$display; $display;
} }

Loading…
Cancel
Save