From 2deceaa5fbabea580d35238f9bad4ea2c01e47db Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 3 Oct 2012 11:58:21 -0400 Subject: [PATCH] comment formatting --- airtime_mvc/application/models/StoredFile.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index b405ef714..913007421 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -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);