diff options
author | wei <> | 2006-11-19 00:18:00 +0000 |
---|---|---|
committer | wei <> | 2006-11-19 00:18:00 +0000 |
commit | 415625e02d5661588a18ac21b789bc0107bd1761 (patch) | |
tree | a9ce3155d59985f08b46a33f6acfea611483c011 /framework/Util/TDateTimeStamp.php | |
parent | e2b765792fd664cc45c2cc9f686f2b4988b80148 (diff) |
Fix #453
Diffstat (limited to 'framework/Util/TDateTimeStamp.php')
-rw-r--r-- | framework/Util/TDateTimeStamp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Util/TDateTimeStamp.php b/framework/Util/TDateTimeStamp.php index 9949b837..ab49470f 100644 --- a/framework/Util/TDateTimeStamp.php +++ b/framework/Util/TDateTimeStamp.php @@ -194,6 +194,8 @@ class TDateTimeStamp return $this->_getDateInternal($d);
}
+
+
/**
* Low-level function that returns the getdate() array. We have a special
* $fast flag, which if set to true, will return fewer array values,
|