mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
switch timezone-handling on for timestamps and custom-fields
This commit is contained in:
parent
0453aede6c
commit
5fdd70e2f9
@ -24,6 +24,7 @@ class resources_so extends Api\Storage
|
|||||||
{
|
{
|
||||||
parent::__construct('resources','egw_resources', 'egw_resources_extra', '',
|
parent::__construct('resources','egw_resources', 'egw_resources_extra', '',
|
||||||
'extra_name', 'extra_value', 'extra_id' );
|
'extra_name', 'extra_value', 'extra_id' );
|
||||||
|
$this->convert_all_timestamps();
|
||||||
|
|
||||||
$this->columns_to_search = array('name','short_description','inventory_number','long_description','location');
|
$this->columns_to_search = array('name','short_description','inventory_number','long_description','location');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user