This commit is contained in:
Rudolf Hangl
2009-08-18 15:48:21 +00:00
parent 7152e176b2
commit 4082768dfb
8 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ class beispiel extends basis_db
$this->vorbereitet = ($row->vorbereitet=='t'?true:false);
$this->probleme = ($row->probleme=='t'?true:false);
$this->updateamum = $row->updateamum;
$this->udpatevon = $row->updatevon;
$this->updatevon = $row->updatevon;
$this->insertamum = $row->insertamum;
$this->insertvon = $row->insertvon;
return true;