mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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'] = '';
|
$content['forwards'] = '';
|
||||||
}
|
}
|
||||||
|
//Set default value for days new entry
|
||||||
|
if (empty($content['days']))
|
||||||
|
{
|
||||||
|
$content['days'] = '1';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user