mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-20 13:39:27 +00:00
only fetch person_id, vorname, nachname & unruly from tbl_person on checkUnruly()
This commit is contained in:
@@ -377,7 +377,7 @@ class Person_model extends DB_Model
|
||||
|
||||
public function checkUnruly($vorname, $nachname, $gebdatum)
|
||||
{
|
||||
$qry = "SELECT *
|
||||
$qry = "SELECT person_id, vorname, nachname, gebdatum, unruly
|
||||
FROM tbl_person
|
||||
WHERE tbl_person.vorname = ?
|
||||
AND tbl_person.nachname = ?
|
||||
|
||||
Reference in New Issue
Block a user