kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-14 08:08:06 +01:00
parent 1bf9923edf
commit c00fb6812e
20 changed files with 163 additions and 163 deletions

View File

@ -45,7 +45,7 @@ if($action == ''){
$smarty->assign('erfassen_eingabe_nachname', $row['nachname']);
$smarty->assign('erfassen_eingabe_mail', "$row[mail]");
switch ($row[beziehung])
switch ($row['beziehung'])
{
case "P":
$beziehung = "ProfessorIn";
@ -251,4 +251,4 @@ if($action == 'save1'){
$smarty->assign('action', "$action");
$smarty->display("$template/$templatename");
?>
?>