minor color and text fixes

This commit is contained in:
Hendrik
2017-01-23 16:27:54 +01:00
parent 2ff23ae668
commit 119c82e110
3 changed files with 6 additions and 3 deletions

View File

@@ -278,7 +278,10 @@ function searchSomeUsers($n, $m, $search)
$stmt = $GLOBALS["db"]->prepare("
SELECT
`username`,
`profilepicture`,
IFNULL(
`profilepicture`,
'../img/notbad.jpg'
) AS profilepicture,
`fname`,
`lname`
FROM