In:
mcp.rating.php around line 890:
$rows[] = $DSP->anchor( $this->base.AMP.'P=manage_entries'.AMP.'entry_id='.$IN->GBL('entry_id').AMP.$show_empties, $row['entry_id'] );
the code should read:
$rows[] = $DSP->anchor( $this->base.AMP.'P=manage_entries'.AMP.'entry_id='.$row['entry_id'].AMP.$show_empties, $row['entry_id'] );
otherwise you won’t be able to filter out entry id’s individually within the admin control panel.
