From ce7d7a6b2a860267da3ca6aadacdb225ce1c0b8a Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Apr 2006 05:27:46 +0000 Subject: Fixed #97 --- framework/Util/TSimpleDateFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Util') diff --git a/framework/Util/TSimpleDateFormatter.php b/framework/Util/TSimpleDateFormatter.php index ce92a272..7be49bc9 100644 --- a/framework/Util/TSimpleDateFormatter.php +++ b/framework/Util/TSimpleDateFormatter.php @@ -292,7 +292,7 @@ class TSimpleDateFormatter if(!$defaultToCurrentTime && (is_null($month) || is_null($day) || is_null($year))) return null; else - return $this->getDate(@mktime(0, 0, 0, $month, $day, $year)); + return @mktime(0, 0, 0, $month, $day, $year); } /** -- cgit v1.2.3