setting default priority for new entries to 'normal'

This commit is contained in:
Ralf Becker 2005-07-22 13:27:58 +00:00
parent 2ebf6f517e
commit 1e9424db7b

View File

@ -531,6 +531,7 @@
}
case 'new': // new entry
$content['info_startdate'] = $today;
$content['info_priority'] = 1; // normal
if ($type != '')
{
$content['info_type'] = $type;