diff options
author | friendica <info@friendica.com> | 2012-06-11 19:52:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-11 19:52:46 -0700 |
commit | 30295926b9f34fa08a2c0ae6d68c2eade5ed8ec8 (patch) | |
tree | c63d2b4706025c2d730f0e052cf23dcd2d6047ea /mod | |
parent | 24e85c95b66dac2bd046ebec5c90bb7f2e2de0b8 (diff) | |
download | volse-hubzilla-30295926b9f34fa08a2c0ae6d68c2eade5ed8ec8.tar.gz volse-hubzilla-30295926b9f34fa08a2c0ae6d68c2eade5ed8ec8.tar.bz2 volse-hubzilla-30295926b9f34fa08a2c0ae6d68c2eade5ed8ec8.zip |
make sure default timezone is set in external processes
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index 3a77faf19..2ac8fe586 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -67,7 +67,7 @@ function profile_init(&$a) { function profile_content(&$a, $update = 0) { - $category = datequery = $datequery2 = ''; + $category = $datequery = $datequery2 = ''; if($a->argc > 2) { for($x = 2; $x < $a->argc; $x ++) { |