changed studentDBDML.php to take a prestudent_id instead of a uid

This commit is contained in:
Andreas Moik
2016-05-02 14:31:54 +02:00
parent b5a4645540
commit 8d9a038e2d
22 changed files with 7403 additions and 7347 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ class person extends basis_db
// * auf Gueltigkeit.
// * @return true wenn ok, false im Fehlerfall
// *******************************************
protected function validate()
public function validate()
{
$this->nachname = trim($this->nachname);
$this->vorname = trim($this->vorname);