summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2013-04-25 17:03:19 +0200
committerAndreas Gohr <gohr@cosmocode.de>2013-04-25 17:03:19 +0200
commitc366e16a83b0dcd4ad853358daf8cf6ecd8b3cd6 (patch)
treeb9f68f6c4cfe2b4780f7ef695730c7c1e2c62637 /inc
parenta154806fb54c04841a42641bf5d66716d89c1554 (diff)
downloadrpg-c366e16a83b0dcd4ad853358daf8cf6ecd8b3cd6.tar.gz
rpg-c366e16a83b0dcd4ad853358daf8cf6ecd8b3cd6.tar.bz2
removed debug statement
thanks @Klap-in
Diffstat (limited to 'inc')
-rw-r--r--inc/html.php2
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);