Added TODO

This commit is contained in:
Rudi Grinberg 2012-10-03 11:59:02 -04:00
parent 2deceaa5fb
commit 1ae7784331
1 changed files with 2 additions and 0 deletions

View File

@ -761,6 +761,8 @@ SQL;
//generalized within the project access to zend view methods
//to access url helpers is needed.
// TODO : why is there inline html here? breaks abstraction and is
// ugly
if ($type == "au") {
$row['audioFile'] = $row['id'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION);
$row['image'] = '<img title="Track preview" src="/css/images/icon_audioclip.png">';