Vergleich inc/class_datacache.php - 1.8.12 - 1.8.13
Zeile 670 | Zeile 670 |
---|---|
SELECT u.uid, u.username, COUNT(pid) AS poststoday |
SELECT u.uid, u.username, COUNT(pid) AS poststoday |
WHERE p.dateline>'.$timesearch.' | WHERE p.dateline>'.$timesearch.' AND p.visible=1 |
GROUP BY '.$group_by.' ORDER BY poststoday DESC | GROUP BY '.$group_by.' ORDER BY poststoday DESC |
Zeile 808 | Zeile 808 |
{ |
{ |
$forum_mods = ''; | $forum_mods = array(); |
if(count($moderators)) | if(count($moderators)) |