Code: Alles auswählen
PHP Notice: in file [ROOT]/includes/auth.php on line 839: Undefined index: 141
Code: Alles auswählen
PHP Notice: in file [ROOT]/includes/auth.php on line 839: Undefined index: 141
while ($row = $db->sql_fetchrow($result))
{
// If a role is assigned, assign all options included within this role. Else, only set this one option.
if ($row['auth_role_id'])
{
Zeile 839: $hold_ary[$row['forum_id']] = (empty($hold_ary[$row['forum_id']])) ? unserialize($this->role_cache[$row['auth_role_id']]) :
$hold_ary[$row['forum_id']] + unserialize($this->role_cache[$row['auth_role_id']]);
}
else
{
$hold_ary[$row['forum_id']][$row['auth_option_id']] = $row['auth_setting'];
}
}