comment formatting

This commit is contained in:
Rudi Grinberg 2012-10-03 11:58:21 -04:00
parent eadde1c498
commit 2deceaa5fb
1 changed files with 4 additions and 3 deletions

View File

@ -756,9 +756,10 @@ SQL;
$row['tr_id'] = "{$type}_{$row['id']}";
//TODO url like this to work on both playlist/showbuilder screens.
//datatable stuff really needs to be pulled out and generalized within the project
//access to zend view methods to access url helpers is needed.
//TODO url like this to work on both playlist/showbuilder
//screens. datatable stuff really needs to be pulled out and
//generalized within the project access to zend view methods
//to access url helpers is needed.
if ($type == "au") {
$row['audioFile'] = $row['id'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION);