Vergleich misc.php - 1.6.10 - 1.6.11
Zeile 423 | Zeile 423 |
---|---|
} |
} |
if(!$thread['tid'] || ($thread['visible'] == 0 && $ismod == false) || ($thread['visible'] > 1 && $ismod == true)) | if(!$thread || ($thread['visible'] != 1 && $ismod == false) || ($thread['visible'] > 1 && $ismod == true)) |
{ | { |