kleine constant Fehler geändert
This commit is contained in:
@ -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");
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user