summaryrefslogtreecommitdiff
path: root/inc/auth.php
diff options
context:
space:
mode:
authorMichael Klier <chi@chimeric.de>2008-11-17 16:44:09 +0100
committerMichael Klier <chi@chimeric.de>2008-11-17 16:44:09 +0100
commit25b2a98c678f2fdf4d665b0bf28b1be559032414 (patch)
treeea8ed45634a40e260a9cc38510b34f3340e5aa7e /inc/auth.php
parent0664e680351f00b66570479ae0f320f230b5091c (diff)
downloadrpg-25b2a98c678f2fdf4d665b0bf28b1be559032414.tar.gz
rpg-25b2a98c678f2fdf4d665b0bf28b1be559032414.tar.bz2
show update profile dialog only when logged in
darcs-hash:20081117154409-23886-d0ad833c6bcf96bcc54f6998397de90ff07b7686.gz
Diffstat (limited to 'inc/auth.php')
-rw-r--r--inc/auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/auth.php b/inc/auth.php
index 9c21fcbef..18f1ece89 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -724,6 +724,7 @@ function updateprofile() {
if ($changes['pass']) $pass = PMA_blowfish_encrypt($changes['pass'],auth_cookiesalt());
auth_setCookie($_SERVER['REMOTE_USER'],$pass,(bool)$sticky);
+ return true;
}
}