mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Remove visible  
This commit is contained in:
parent
2e5b034ca0
commit
7d97e70893
@ -629,7 +629,7 @@ class egw_time extends DateTime
|
|||||||
list($continent,$rest) = explode('/',$name,2);
|
list($continent,$rest) = explode('/',$name,2);
|
||||||
if (!isset($tzs[$continent])) continue; // old depricated timezones
|
if (!isset($tzs[$continent])) continue; // old depricated timezones
|
||||||
$datetime = new egw_time('now',new DateTimeZone($name));
|
$datetime = new egw_time('now',new DateTimeZone($name));
|
||||||
$tzs[$continent][$name] = str_replace(array('_','/'),array(' ',' / '),$name).' '.$datetime->format();
|
$tzs[$continent][$name] = str_replace(array('_','/'),array(' ',' / '),$name)." ".$datetime->format();
|
||||||
unset($datetime);
|
unset($datetime);
|
||||||
}
|
}
|
||||||
foreach($tzs as $continent => &$data)
|
foreach($tzs as $continent => &$data)
|
||||||
|
Loading…
Reference in New Issue
Block a user