Skip to content
Snippets Groups Projects
Commit 1cbe279d authored by Jared Hancock's avatar Jared Hancock
Browse files

Display staff notes correctly

Fixes #588
parent cd7c6cfa
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class Staff {
if(!$var && !($var=$this->getId()))
return false;
$sql='SELECT staff.*, staff.created as added, grp.* '
$sql='SELECT staff.created as added, grp.*, staff.* '
.' FROM '.STAFF_TABLE.' staff '
.' LEFT JOIN '.GROUP_TABLE.' grp ON(grp.group_id=staff.group_id)
WHERE ';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment