Delete groups

This commit is contained in:
Marijn Jansen
2017-02-03 10:44:50 +01:00
parent 74e91ed7cb
commit 28e9269b52
5 changed files with 45 additions and 10 deletions

View File

@@ -16,7 +16,10 @@ function getSettings() {
`location`,
`birthdate`,
`bio`,
`profilepicture`,
IFNULL(
`profilepicture`,
'../img/avatar-standard.png'
) AS profilepicture,
`showBday`,
`showEmail`,
`showProfile`