some order to this mayhem!

This commit is contained in:
Matthew Wilson 2006-05-08 23:14:30 +00:00
parent 9d6a4242c5
commit 388037b4c9

View file

@ -339,7 +339,7 @@ sub getTransactions {
$sql = 'select transactionId from transaction';
$sql .= ' where '.join(' and ', @constraints) if (@constraints);
$sql .= ' order by initDate desc';
@transactionIds = $self->session->db->buildArray($sql);
foreach (@transactionIds) {