kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-24 09:11:35 +01:00
parent ac75a3e988
commit 5a591ee6f3
12 changed files with 51 additions and 51 deletions

View File

@ -221,7 +221,7 @@ a{
$prxmail = $row6['mail'];
}
if($row5[name] == '' and $row6[bez] == ''){
if($row5[name] == '' and $row6['bez'] == ''){
$bezeichnung = '<i>Zeitraum vorgemerkt</i>';
$ort = '';
}
@ -233,7 +233,7 @@ a{
}
$block = get_block($row[saaid], $jahrgang);
$block = get_block($row['saaid'], $jahrgang);
$result_zuw0 = $db->query("SELECT 1,wagsid
FROM stan_ag_standort_wunsch
@ -382,7 +382,7 @@ a{
$zuw_vorh = $result1->fetch_array(); // Prüfen ob schon zugewiesen
if ($zuw_vorh[zuweisung] == 'Z'){
if ($zuw_vorh['zuweisung'] == 'Z'){
$result1 = $db->query("SELECT 1
FROM stan_antrag
@ -400,17 +400,17 @@ a{
# Wenn nicht unterschiedlich, dann Button anzeigen.
#1
$block_cur= get_block($row[saaid], $jahrgang);
$block_cur= get_block($row['saaid'], $jahrgang);
$result1 = $db->query("SELECT prio0, prio1
FROM stan_ag_wunsch_vw
WHERE uid= '$row[uid]'
AND block='$block_cur'");
$row_standort = $result1->fetch_array();
if($row_standort[prio0] == NULL OR $row_standort[prio0] == ''){
$stelle_ag_standort = $row_standort[prio1];
if($row_standort['prio0'] == NULL OR $row_standort['prio0'] == ''){
$stelle_ag_standort = $row_standort['prio1'];
}else{
$stelle_ag_standort = $row_standort[prio0];
$stelle_ag_standort = $row_standort['prio0'];
}
#2
@ -429,7 +429,7 @@ a{
$row4 = $result4->fetch_array();
if($row4[vert_bereich] != $row3[vbid] AND $stelle_ag_standort != '' AND $stelle_ag_standort != '8888' AND $stelle_ag_standort != '9999'){
if($row4['vert_bereich'] != $row3['vbid'] AND $stelle_ag_standort != '' AND $stelle_ag_standort != '8888' AND $stelle_ag_standort != '9999'){
# Vertiefungsbereich wurde geändert
#$zuw_alle_sperre ='X';
@ -543,4 +543,4 @@ a{
</html>";
} // Ende Action script
?>
?>