birthday notifications working

This commit is contained in:
Friendika 2011-01-13 20:28:33 -08:00
commit 5bfb0ba4c2
7 changed files with 125 additions and 4 deletions

View file

@ -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();