diff --git a/cis/private/profile/index.php b/cis/private/profile/index.php
index b8c25f535..ba278fb57 100644
--- a/cis/private/profile/index.php
+++ b/cis/private/profile/index.php
@@ -158,7 +158,7 @@ function RefreshImage()
$person->kurzbeschreibung = $result;
$person->updateamum = date('Y-m-d H:i:s');
- $person->udpatevon = $uid;
+ $person->updatevon = $uid;
if($person->save())
echo 'Kurzbeschreibung wurde erfolgreich gespeichert';
else
diff --git a/cis/testtool/admin/index.php b/cis/testtool/admin/index.php
index 855631084..18089f964 100644
--- a/cis/testtool/admin/index.php
+++ b/cis/testtool/admin/index.php
@@ -87,7 +87,7 @@ else
$save_vorschlag_error=false;
?>
-
+
@@ -112,6 +112,7 @@ font-size: 10pt;
+
Testtool - Administrationsseite
diff --git a/include/bankverbindung.class.php b/include/bankverbindung.class.php
index 3b3d5bbd4..422c370fd 100644
--- a/include/bankverbindung.class.php
+++ b/include/bankverbindung.class.php
@@ -89,7 +89,7 @@ class bankverbindung extends basis_db
$this->typ = $row->typ;
$this->verrechnung = ($row->verrechnung=='t'?true:false);
$this->updateamum = $row->updateamum;
- $this->udpatevon = $row->updatevon;
+ $this->updatevon = $row->updatevon;
$this->insertamum = $row->insertamum;
$this->insertvon = $row->insertvon;
$this->ext_id = $row->ext_id;
@@ -308,7 +308,7 @@ class bankverbindung extends basis_db
$obj->typ = $row->typ;
$obj->verrechnung = ($row->verrechnung=='t'?true:false);
$obj->updateamum = $row->updateamum;
- $obj->udpatevon = $row->updatevon;
+ $obj->updatevon = $row->updatevon;
$obj->insertamum = $row->insertamum;
$obj->insertvon = $row->insertvon;
$obj->ext_id = $row->ext_id;
diff --git a/include/beispiel.class.php b/include/beispiel.class.php
index 4f7c214c2..b6b5c7a8e 100644
--- a/include/beispiel.class.php
+++ b/include/beispiel.class.php
@@ -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;
diff --git a/include/benutzerberechtigung.class.php b/include/benutzerberechtigung.class.php
index 564c41365..ebef16ba7 100644
--- a/include/benutzerberechtigung.class.php
+++ b/include/benutzerberechtigung.class.php
@@ -299,7 +299,7 @@ class benutzerberechtigung extends basis_db
$obj->start = $row->start;
$obj->ende = $row->ende;
$obj->negativ = ($row->negativ=='t'?true:false);
- $obj->udpateamum = $row->updateamum;
+ $obj->updateamum = $row->updateamum;
$obj->updatevon = $row->updatevon;
$obj->insertamum = $row->insertamum;
$obj->insertvon = $row->insertvon;
diff --git a/include/bisio.class.php b/include/bisio.class.php
index 5719b255d..ffbecc015 100644
--- a/include/bisio.class.php
+++ b/include/bisio.class.php
@@ -307,7 +307,7 @@ class bisio extends basis_db
$io->zweck_bezeichnung = $row->zweck_bezeichnung;
$io->student_uid = $row->student_uid;
$io->updateamum = $row->updateamum;
- $io->udpatevon = $row->updatevon;
+ $io->updatevon = $row->updatevon;
$io->insertamum = $row->insertamum;
$io->insertvon = $row->insertvon;
$io->ext_id = $row->ext_id;
diff --git a/include/lvgesamtnote.class.php b/include/lvgesamtnote.class.php
index 011ed3c91..2e529e554 100644
--- a/include/lvgesamtnote.class.php
+++ b/include/lvgesamtnote.class.php
@@ -279,7 +279,7 @@ class lvgesamtnote extends basis_db
$obj->freigabevon_uid = $row->freigabevon_uid;
$obj->benotungsdatum = $row->benotungsdatum;
$obj->updateamum = $row->updateamum;
- $obj->udpatevon = $row->updatevon;
+ $obj->updatevon = $row->updatevon;
$obj->insertamum = $row->insertamum;
$obj->insertvon = $row->insertvon;
$obj->note_bezeichnung = $row->note_bezeichnung;
diff --git a/include/zeugnisnote.class.php b/include/zeugnisnote.class.php
index 2ac8001cf..e2390c78a 100644
--- a/include/zeugnisnote.class.php
+++ b/include/zeugnisnote.class.php
@@ -305,7 +305,7 @@ class zeugnisnote extends basis_db
$obj->uebernahmedatum = $row->uebernahmedatum;
$obj->benotungsdatum = $row->benotungsdatum;
$obj->updateamum = $row->updateamum;
- $obj->udpatevon = $row->updatevon;
+ $obj->updatevon = $row->updatevon;
$obj->insertamum = $row->insertamum;
$obj->insertvon = $row->insertvon;
$obj->ext_id = $row->ext_id;