removed debug output

This commit is contained in:
Roland Gruber 2004-02-16 19:48:19 +00:00
parent 064bc914eb
commit c8978f7cd9
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ echo $_SESSION['header'];
echo "<title></title>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
echo "</head>\n<body>\n<br>\n";
print_r($_POST);
// save user profile
if ($_GET['type'] == "user") {
$acct = new account();