diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-10-28 16:33:52 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-10-28 16:33:52 +0100 |
commit | a4d6b3fd9b950df78e17040ae764836391e900dd (patch) | |
tree | ba5edf4ad9b910c454aab001de3207354d0f8b51 /user_guide/helpers/date_helper.html | |
parent | b341237fb71f29c7aa591c924742b4693f132593 (diff) |
fixed userguide typo
Diffstat (limited to 'user_guide/helpers/date_helper.html')
-rw-r--r-- | user_guide/helpers/date_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html index 1986f4b0d..7b91d8806 100644 --- a/user_guide/helpers/date_helper.html +++ b/user_guide/helpers/date_helper.html @@ -145,7 +145,7 @@ $timestamp = '1140153693';<br /> $timezone = 'UM8';<br />
$daylight_saving = TRUE;<br />
<br />
-echo gmt_to_local($timestamp, $timezone, daylight_saving);</code>
+echo gmt_to_local($timestamp, $timezone, $daylight_saving);</code>
<p><strong>Note:</strong> For a list of timezones see the reference at the bottom of this page.</p>
|