1
0
Fork 0

make sure default timezone is set in external processes

This commit is contained in:
friendica 2012-06-11 19:52:46 -07:00
commit 30295926b9
3 changed files with 9 additions and 9 deletions

View file

@ -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 ++) {