Zeitbereich 0 neuer "Alle"
This commit is contained in:
parent
7aa61727ad
commit
10cf321c4b
|
|
@ -88,7 +88,7 @@ if (isset($_GET['InfoAlleSchichtID'])) {
|
|||
if (isset($_GET['ZeitBereich'])) {
|
||||
$ZeitBereich = $_GET['ZeitBereich'];
|
||||
} else {
|
||||
$ZeitBereich = 1;
|
||||
$ZeitBereich = 0;
|
||||
}
|
||||
|
||||
function HelferAuswahlButton($db_link, $AliasHelferID)
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ if (isset($_GET['InfoAlleSchichtID'])) {
|
|||
if (isset($_GET['ZeitBereich'])) {
|
||||
$ZeitBereich = $_GET['ZeitBereich'];
|
||||
} else {
|
||||
$ZeitBereich = 1;
|
||||
$ZeitBereich = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue