diff --git a/include/benutzer.class.php b/include/benutzer.class.php index 7e09d0323..b24918571 100644 --- a/include/benutzer.class.php +++ b/include/benutzer.class.php @@ -190,7 +190,7 @@ class benutzer extends person $aktiv = ($row->aktiv=='t'?true:false); if($aktiv!=$this->bnaktiv) - $upd =" updateaktivamum='".$this->updateamum."', updateaktivvon='".$this->updatevon."',"; + $upd =" updateaktivam='".$this->updateamum."', updateaktivvon='".$this->updatevon."',"; } }