Fixed visibility on profiles

This commit is contained in:
K. Nobel
2017-02-02 13:02:00 +01:00
parent 6c43cae1cb
commit 86b02973e4
3 changed files with 15 additions and 2 deletions

View File

@@ -65,6 +65,10 @@ function selectUser($me, $other) {
`role`,
`fname`,
`lname`,
`showBday`,
`showEmail`,
`showProfile`,
`status`,
CASE `status` IS NULL
WHEN TRUE THEN 0
WHEN FALSE THEN