Vergleich managegroup.php - 1.4.11 - 1.4.12
Zeile 6 | Zeile 6 |
---|---|
* Website: http://www.mybboard.net |
* Website: http://www.mybboard.net |
* $Id: managegroup.php 4520 2009-11-19 13:33:04Z Tomm $ | * $Id: managegroup.php 4856 2010-04-07 08:17:27Z Tomm $ |
*/ | */ |
Zeile 115 | Zeile 115 |
SELECT j.*, u.uid, u.username, u.postnum, u.regdate |
SELECT j.*, u.uid, u.username, u.postnum, u.regdate |
WHERE j.gid='".$mybb->input['gid']."' | WHERE j.gid='".$mybb->input['gid']."' AND j.uid != 0 |
ORDER BY u.username ASC | ORDER BY u.username ASC |