more formatting

This commit is contained in:
JT Smith 2007-01-17 17:23:05 +00:00
parent b59b948bc1
commit ed4903f66f

View file

@ -690,11 +690,11 @@ SQL
#returns this #returns this
[ [
map { map {
({ {
'attachment.url' => $storage->getUrl($_), 'attachment.url' => $storage->getUrl($_),
'attachment.path' => $storage->getPath($_), 'attachment.path' => $storage->getPath($_),
'attachment.length' => $storage->getFileSize($_) 'attachment.length' => $storage->getFileSize($_)
}) }
} @{$storage->getFiles} } @{$storage->getFiles}
] ]
} }