kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 10:16:06 +01:00
parent 4da9105a06
commit 0cf74e9297
4 changed files with 36 additions and 36 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 = '';
}
@ -463,17 +463,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
@ -492,7 +492,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';