diff --git a/includes/account_stuff.php b/includes/account_stuff.php index fd3a463..09aec5c 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -17,11 +17,12 @@ */ $id = 0; if(array_key_exists("id",$_REQUEST)) $id=intval($_REQUEST['id']); + $expand=""; function showheader($title = "CAcert.org", $title2 = "") { global $id, $PHP_SELF; - + $expand=""; $tmpid = $id; if($PHP_SELF == "/wot.php") $tmpid = $id + 500; @@ -134,7 +135,7 @@