summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers/date_helper.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/helpers/date_helper.html')
-rw-r--r--user_guide/helpers/date_helper.html2
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>