Removed redundant 'my'

This commit is contained in:
Wouter van Oijen 2006-03-24 15:05:38 +00:00
parent 955293ecc7
commit fc86a2c058

View file

@ -950,7 +950,7 @@ sub view {
order by
Matrix_ratingSummary.meanValue
";
my $data = $self->session->db->quickHashRef($sql." desc limit 1");
$data = $self->session->db->quickHashRef($sql." desc limit 1");
push(@best,{
url=>$self->formatURL("viewDetail",$data->{listingId}),
category=>$category,