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