change default selection

This commit is contained in:
Felix Favre 2014-12-12 22:41:35 +01:00
parent e1014bba20
commit 1cc84a967a
1 changed files with 37 additions and 37 deletions

View File

@ -13,7 +13,7 @@ function admin_shifts() {
$start = DateTime::createFromFormat("Y-m-d H:i", date("Y-m-d") . " 00:00")->getTimestamp(); $start = DateTime::createFromFormat("Y-m-d H:i", date("Y-m-d") . " 00:00")->getTimestamp();
$end = $start + 24 * 60 * 60; $end = $start + 24 * 60 * 60;
$mode = 'single'; $mode = 'single';
$angelmode = 'location'; $angelmode = 'manually';
$length = ''; $length = '';
$change_hours = array(); $change_hours = array();
$name = ""; $name = "";