cause this doesnt work.
- Code: Select all
if ($user_id == 5 , 8)
{
$params["isadmin"] = true;
}
Moderators: OldWolf, re*s.t.a.r.s.*2
if ($user_id == 5 , 8)
{
$params["isadmin"] = true;
}
if (($user_id == 5) OR ($user_id == 8))
{
$params["isadmin"] = true;
}
Return to General Support (v1.x)
Users browsing this forum: No registered users and 61 guests