jwong-d2l / sessionweb

Automatically exported from code.google.com/p/sessionweb
1 stars 0 forks source link

Only list user that have a created sessions in drop down in list2.php #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Only list user that have a created sessions in drop down in list2.php

sql to use:
SELECT DISTINCT mb.fullname, mb.username FROM sessionwebos.members as mb, 
sessionwebos.mission as m  WHERE mb.username LIKE m.username ORDER BY 
m.username DESC;

Original issue reported on code.google.com by mcyr...@gmail.com on 10 Oct 2012 at 2:35

GoogleCodeExporter commented 8 years ago
[r421] Implemented

Original comment by mcyr...@gmail.com on 31 Oct 2012 at 1:11