mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Change default value for days filed in vacation popup to 3
This commit is contained in:
parent
81f13e4044
commit
83b76884a9
@ -547,7 +547,7 @@ class mail_sieve
|
||||
//Set default value for days new entry
|
||||
if (empty($content['days']))
|
||||
{
|
||||
$content['days'] = '1';
|
||||
$content['days'] = '3';
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user