kleine constant Fehler geändert
This commit is contained in:
@ -1406,7 +1406,7 @@ Dies wird autoamtisch durch das Abschicken des Änderungsantrags vom Student gem
|
||||
|
||||
#DummyDST dürfen nicht zugewiesen werden
|
||||
if($row2['bezeichnung'] != 0){
|
||||
$saaid=$row2[saaid];
|
||||
$saaid=$row2['saaid'];
|
||||
|
||||
|
||||
$resultakt = $db->query("SELECT saaid, aendid, status, zuweisung, uid, dst_id
|
||||
@ -1428,7 +1428,7 @@ $row_alt = $res_alt->fetch_array();
|
||||
$zuweis_dat = $datum=date("Y-m-d H:i:s");
|
||||
|
||||
|
||||
if($row_akt[zuweisung] != 'Z'){
|
||||
if($row_akt['zuweisung'] != 'Z'){
|
||||
|
||||
$db = dbconnect();
|
||||
# Step 1
|
||||
@ -1462,8 +1462,8 @@ if($row_akt['status'] == '1' AND $row_akt['zuweisung'] == NULL AND $row_akt['aen
|
||||
, zuweis_dat='$zuweis_dat'
|
||||
WHERE saaid='$row_alt[saaid]'");
|
||||
# --> Schreiben an Student, Schreiben an Dienststelle Änderungsantrag
|
||||
printqueue_antrag($row_akt[saaid], 'EZS', 'Änderungsantrag zugewiesen an Student ohne zugewiesenem Erstantrag', $user_admin, $hs, 1);
|
||||
printqueue_antrag($row_akt[saaid], 'EZP', 'Änderungsantrag zugewiesen an Praxisstelle ohne zugewiesenem Erstantrag', $user_admin, $hs, 2);
|
||||
printqueue_antrag($row_akt['saaid'], 'EZS', 'Änderungsantrag zugewiesen an Student ohne zugewiesenem Erstantrag', $user_admin, $hs, 1);
|
||||
printqueue_antrag($row_akt['saaid'], 'EZP', 'Änderungsantrag zugewiesen an Praxisstelle ohne zugewiesenem Erstantrag', $user_admin, $hs, 2);
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user