Commit 008c9ab5 authored by Romain Loth's avatar Romain Loth

scholar directory: ego is neighboor of self

parent 6176a742
......@@ -103,7 +103,8 @@ if ($login) {
AS second_level
ON sch_kw.kwid = second_level.kwid
WHERE sch_kw.uid = "{$login}"
AND second_level.uid != sch_kw.uid
-- (uncomment if ego not self-neighboor)
-- AND second_level.uid != sch_kw.uid
GROUP BY second_level.uid ;
HERE_QUERY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment