Added TODO
This commit is contained in:
parent
2deceaa5fb
commit
1ae7784331
1 changed files with 2 additions and 0 deletions
|
@ -761,6 +761,8 @@ SQL;
|
||||||
//generalized within the project access to zend view methods
|
//generalized within the project access to zend view methods
|
||||||
//to access url helpers is needed.
|
//to access url helpers is needed.
|
||||||
|
|
||||||
|
// TODO : why is there inline html here? breaks abstraction and is
|
||||||
|
// ugly
|
||||||
if ($type == "au") {
|
if ($type == "au") {
|
||||||
$row['audioFile'] = $row['id'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION);
|
$row['audioFile'] = $row['id'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION);
|
||||||
$row['image'] = '<img title="Track preview" src="/css/images/icon_audioclip.png">';
|
$row['image'] = '<img title="Track preview" src="/css/images/icon_audioclip.png">';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue