Fix: Order by title
This commit is contained in:
parent
58ad03117d
commit
6fb587cc22
@ -651,6 +651,7 @@ function print_projecttasks_array($db, $socid, $projectsListId, $mytasks=0)
|
|||||||
$sql.= " AND ec.fk_socpeople = ".$user->id;
|
$sql.= " AND ec.fk_socpeople = ".$user->id;
|
||||||
}
|
}
|
||||||
$sql.= " GROUP BY p.rowid, p.ref, p.title, p.fk_user_creat, p.public, p.fk_statut";
|
$sql.= " GROUP BY p.rowid, p.ref, p.title, p.fk_user_creat, p.public, p.fk_statut";
|
||||||
|
$sql.= " ORDER BY p.title, p.ref";
|
||||||
|
|
||||||
$var=true;
|
$var=true;
|
||||||
$resql = $db->query($sql);
|
$resql = $db->query($sql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user