Vergleich index.php - 1.6.7 - 1.6.10
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: index.php 5765 2012-03-27 09:52:45Z Tomm $ | * $Id$ |
*/ |
*/ |
$templatelist = "index,index_whosonline,index_welcomemembertext,index_welcomeguest,index_whosonline_memberbit,forumbit_depth1_cat,forumbit_depth1_forum,forumbit_depth2_cat,forumbit_depth2_forum,forumbit_depth1_forum_lastpost,forumbit_depth2_forum_lastpost,index_modcolumn,forumbit_moderators,forumbit_subforums,index_welcomeguesttext"; | $templatelist = "index,index_whosonline,index_whosonline_memberbit,forumbit_depth1_cat,forumbit_depth1_forum,forumbit_depth2_cat,forumbit_depth2_forum,forumbit_depth1_forum_lastpost,forumbit_depth2_forum_lastpost,forumbit_moderators,forumbit_subforums"; |
|
|
Zeile 70 | Zeile 70 |
ORDER BY u.username ASC, s.time DESC |
ORDER BY u.username ASC, s.time DESC |
$forum_viewers = array(); | |
$onlinemembers = ''; |
$onlinemembers = ''; |
$guestcount = 0; | $forum_viewers = $doneusers = array(); |
|
|
Zeile 90 | Zeile 87 |
if($user['uid'] > 0) |
if($user['uid'] > 0) |
if($doneusers[$user['uid']] < $user['time'] || !$doneusers[$user['uid']]) | if(empty($doneusers[$user['uid']]) || $doneusers[$user['uid']] < $user['time']) |
{ | { |
Zeile 196 | Zeile 193 |
$bdaycache = $cache->read("birthdays"); |
$bdaycache = $cache->read("birthdays"); |
$hiddencount = $bdaycache[$bdaydate]['hiddencount']; | $hiddencount = $today_bdays = 0; |
|
|
Zeile 363 | Zeile 364 |
{ |
{ |
if($forumsread[$forum['fid']]) | if(!empty($forumsread[$forum['fid']])) |
{ | { |