There I was, weeding through code trying to figure out why Coppermine's most viewed images list wasn't the same as the RSS feed I was generating of most viewed images...
function addMostViewedMedia ($count,$source="") {
$results = $this->cpm->cpm_viewMostVotedMediaFrom($source,$count,1);
$this->generateFeedFromResults($results);
}
Need I say more??