mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
add order mitarbeiter_uid
This commit is contained in:
@@ -173,6 +173,7 @@ class Person_model extends DB_Model
|
||||
LIMIT 1
|
||||
)
|
||||
AS uid");
|
||||
$this->addOrder('uid');
|
||||
};
|
||||
|
||||
$result = $this->loadWhere(
|
||||
|
||||
Reference in New Issue
Block a user