make sure default timezone is set in external processes
This commit is contained in:
parent
24e85c95b6
commit
30295926b9
3 changed files with 9 additions and 9 deletions
|
|
@ -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 ++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue