Fixing whitespacing.

This commit is contained in:
Mark Story 2010-03-08 22:49:09 -05:00
parent c874d98195
commit 41bdc48fd3

View file

@ -450,7 +450,7 @@ class TimeHelper extends AppHelper {
} }
$now = time(); $now = time();
if (!is_null($userOffset)) { if (!is_null($userOffset)) {
$now = $this->convert(time(), $userOffset); $now = $this->convert(time(), $userOffset);
} }
$inSeconds = $this->fromString($dateTime, $userOffset); $inSeconds = $this->fromString($dateTime, $userOffset);
$backwards = ($inSeconds > $now); $backwards = ($inSeconds > $now);