mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
changed studentDBDML.php to take a prestudent_id instead of a uid
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user