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
Original issue reported on code.google.com by
mcyr...@gmail.com
on 10 Oct 2012 at 2:35