mirror of
https://github.com/e107inc/e107.git
synced 2025-03-13 17:09:46 +01:00
Issue #132 - timezone-related display problem in event listing
This commit is contained in:
parent
7e6b38cbe4
commit
4c9027b93f
@ -273,11 +273,11 @@ else
|
||||
{
|
||||
if (is_numeric($action))
|
||||
{
|
||||
$dateArray = getdate($action);
|
||||
$dateArray = $ecal_class->gmgetdate($action);
|
||||
}
|
||||
else
|
||||
{
|
||||
$dateArray = getdate($ds);
|
||||
$dateArray = $ecal_class->gmgetdate($ds);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user