From 15355f9e30bbdd3ab8bf126fbe34b6d563c2f684 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 12 Sep 2012 16:12:00 -0400 Subject: [PATCH] Formatted comment --- airtime_mvc/application/models/Schedule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/models/Schedule.php b/airtime_mvc/application/models/Schedule.php index 9a0895228..daf59540f 100644 --- a/airtime_mvc/application/models/Schedule.php +++ b/airtime_mvc/application/models/Schedule.php @@ -720,8 +720,8 @@ SQL; { global $CC_CONFIG; - /* if $p_fromDateTime and $p_toDateTime function parameters are null, then set range - * from "now" to "now + 24 hours". */ + /* if $p_fromDateTime and $p_toDateTime function parameters are null, + then set range * from "now" to "now + 24 hours". */ if (is_null($p_fromDateTime)) { $t1 = new DateTime("@".time()); $range_start = $t1->format("Y-m-d H:i:s");