From 8a6e07552283ce33c10d0d8ca4e374356e4bc218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 29 Jan 2008 15:52:59 +0000 Subject: [PATCH] --- include/benutzer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."',"; } }