diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2013-04-25 17:03:19 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2013-04-25 17:03:19 +0200 |
commit | c366e16a83b0dcd4ad853358daf8cf6ecd8b3cd6 (patch) | |
tree | b9f68f6c4cfe2b4780f7ef695730c7c1e2c62637 | |
parent | a154806fb54c04841a42641bf5d66716d89c1554 (diff) | |
download | rpg-c366e16a83b0dcd4ad853358daf8cf6ecd8b3cd6.tar.gz rpg-c366e16a83b0dcd4ad853358daf8cf6ecd8b3cd6.tar.bz2 |
removed debug statement
thanks @Klap-in
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php index 3bef75eab..fb39fcb3c 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1352,8 +1352,6 @@ function html_updateprofile(){ /** @var auth_basic $auth */ global $auth; - var_dump($auth); - print p_locale_xhtml('updateprofile'); $fullname = $INPUT->post->str('fullname', $INFO['userinfo']['name'], true); |