Formatted comment

This commit is contained in:
Rudi Grinberg 2012-09-12 16:12:00 -04:00
parent 6e8313a395
commit 15355f9e30
1 changed files with 2 additions and 2 deletions

View File

@ -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");