mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
codex/Bisverwendung_model:
- getVerwendungen method: Verwendungen sorted by ende
This commit is contained in:
@@ -68,7 +68,7 @@ class Bisverwendung_model extends DB_Model
|
||||
$params[] = $ende;
|
||||
}
|
||||
|
||||
$qry .= 'ORDER BY beginn';
|
||||
$qry .= ' ORDER BY ende, beginn';
|
||||
|
||||
return $this->execQuery($qry, $params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user