change default selection
This commit is contained in:
parent
e1014bba20
commit
1cc84a967a
|
@ -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 = "";
|
||||||
|
|
Loading…
Reference in New Issue