mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Gruppenverwaltung: Direktsuche nach Gruppen implementiert
This commit is contained in:
@@ -649,6 +649,11 @@ class gruppe extends basis_db
|
||||
*/
|
||||
public function searchGruppen($searchItems, $aktiv = true, $limit = null)
|
||||
{
|
||||
if (!is_array($searchItems))
|
||||
{
|
||||
$this->errormsg = '$searchItems muss ein Array sein';
|
||||
return false;
|
||||
}
|
||||
$qry = "SELECT
|
||||
*
|
||||
FROM
|
||||
|
||||
Reference in New Issue
Block a user