diff options
author | Friendika <info@friendika.com> | 2011-01-13 20:28:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-13 20:28:33 -0800 |
commit | 5bfb0ba4c2ee23366651e1e38d3964098f99f5cf (patch) | |
tree | 3d33a24a2be14e043b08ae7cbb8c21de8ddf16da /index.php | |
parent | 3494b23bfe7a848c8dc41f6680377e16cee0a9d2 (diff) | |
download | volse-hubzilla-5bfb0ba4c2ee23366651e1e38d3964098f99f5cf.tar.gz volse-hubzilla-5bfb0ba4c2ee23366651e1e38d3964098f99f5cf.tar.bz2 volse-hubzilla-5bfb0ba4c2ee23366651e1e38d3964098f99f5cf.zip |
birthday notifications working
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -71,7 +71,9 @@ if(! $install) { require_once("datetime.php"); -date_default_timezone_set(($default_timezone) ? $default_timezone : 'UTC'); +$a->timezone = (($default_timezone) ? $default_timezone : 'UTC'); + +date_default_timezone_set($a->timezone); $a->init_pagehead(); |