summaryrefslogtreecommitdiff
path: root/includes/session.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/session.php')
-rw-r--r--includes/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/session.php b/includes/session.php
index a71ea07447..ed73db72e6 100644
--- a/includes/session.php
+++ b/includes/session.php
@@ -345,7 +345,7 @@ if ($MULTI_MEDIA) {
require WT_ROOT.'includes/functions/functions_date.php';
// Use the server date to calculate privacy, etc.
-// Use the client date to show ages, etc.
+// Use the client date to show ages, etc.
define('WT_SERVER_JD', timestamp_to_jd(time()));
define('WT_CLIENT_JD', timestamp_to_jd(client_time()));