O to ta linia
$this->member = array_merge( $this->member, $this->ipsclass->cache['group_cache'][ $this->member['mgroup'] ] );
a to kilka lini
$this->ipsclass->update_cache( array( 'name' => 'group_cache', 'array' => 1, 'deletefirst' => 1 ) );
}
//-----------------------------------------
// Set up main 'display' group
//-----------------------------------------
$this->member = array_merge( $this->member, $this->ipsclass->cache['group_cache'][ $this->member['mgroup'] ] );
//-----------------------------------------
// Are we a member of several groups?
//-----------------------------------------
$this->build_group_permissions();
//-----------------------------------------
// Are we a mod?
//-----------------------------------------
if ( $this->member['mgroup'] != $this->ipsclass->vars['guest_group'] )