From 1ae77843314bb13af206f86fb7457258a70a1d6c Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 3 Oct 2012 11:59:02 -0400 Subject: [PATCH] Added TODO --- airtime_mvc/application/models/StoredFile.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index 913007421..3391e0856 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -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'] = '';