mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Set default value for days field in vacation popup window
This commit is contained in:
parent
defaaff716
commit
fe5aec505b
@ -544,6 +544,11 @@ class mail_sieve
|
||||
{
|
||||
$content['forwards'] = '';
|
||||
}
|
||||
//Set default value for days new entry
|
||||
if (empty($content['days']))
|
||||
{
|
||||
$content['days'] = '1';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user