mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
setting default priority for new entries to 'normal'
This commit is contained in:
parent
2ebf6f517e
commit
1e9424db7b
@ -531,6 +531,7 @@
|
||||
}
|
||||
case 'new': // new entry
|
||||
$content['info_startdate'] = $today;
|
||||
$content['info_priority'] = 1; // normal
|
||||
if ($type != '')
|
||||
{
|
||||
$content['info_type'] = $type;
|
||||
|
Loading…
Reference in New Issue
Block a user