Fix a syntax error in the SQL to get shortcuts in the trash.

This commit is contained in:
Colin Kuskie 2010-05-13 21:03:27 -07:00
parent 5140ece731
commit d690148c2c

View file

@ -64,7 +64,7 @@ sub getAssetsInTrash {
my $sth = $self->session->db->read(" my $sth = $self->session->db->read("
select select
asset.assetId, asset.assetId,
assetData.revisionDate, assetData.revisionDate
from from
asset asset
left join left join