From 70864442473279d35f55105e52bfc71da874c445 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 19 Dec 2011 15:45:44 -0500 Subject: [PATCH] SAAS-94: Phone home metrics: Gather info about streaming setup - fixed comment --- airtime_mvc/application/models/DateHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/DateHelper.php b/airtime_mvc/application/models/DateHelper.php index af5c0e0e2..7f574cbbc 100644 --- a/airtime_mvc/application/models/DateHelper.php +++ b/airtime_mvc/application/models/DateHelper.php @@ -217,7 +217,7 @@ class Application_Model_DateHelper * @param int $p_time * The time interval in format HH:MM:SS.mm we wish to * convert to seconds. - * @return int + * @return float * The input parameter converted to seconds. */ public static function calculateLengthInSeconds($p_time){