Vergleich ratethread.php - 1.8.4 - 1.8.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 27Zeile 27
}

// Is the currently logged in user a moderator of this forum?

}

// Is the currently logged in user a moderator of this forum?

if(is_moderator($thread['fid']))
{
$ismod = true;
}
else
{
$ismod = false;
}

$ismod = is_moderator($thread['fid']);









// Make sure we are looking at a real thread here.
if(($thread['visible'] != 1 && $ismod == false) || ($thread['visible'] > 1 && $ismod == true))


// Make sure we are looking at a real thread here.
if(($thread['visible'] != 1 && $ismod == false) || ($thread['visible'] > 1 && $ismod == true))