comment formatting
This commit is contained in:
parent
eadde1c498
commit
2deceaa5fb
|
@ -756,9 +756,10 @@ SQL;
|
||||||
|
|
||||||
$row['tr_id'] = "{$type}_{$row['id']}";
|
$row['tr_id'] = "{$type}_{$row['id']}";
|
||||||
|
|
||||||
//TODO url like this to work on both playlist/showbuilder screens.
|
//TODO url like this to work on both playlist/showbuilder
|
||||||
//datatable stuff really needs to be pulled out and generalized within the project
|
//screens. datatable stuff really needs to be pulled out and
|
||||||
//access to zend view methods to access url helpers is needed.
|
//generalized within the project access to zend view methods
|
||||||
|
//to access url helpers is needed.
|
||||||
|
|
||||||
if ($type == "au") {
|
if ($type == "au") {
|
||||||
$row['audioFile'] = $row['id'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION);
|
$row['audioFile'] = $row['id'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION);
|
||||||
|
|
Loading…
Reference in New Issue