mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
added UHSTAT issue resolvers, bugfix getuhstatdata: check for empty array
This commit is contained in:
@@ -21,6 +21,8 @@ class Uhstat1daten_model extends DB_Model
|
||||
*/
|
||||
public function getUHSTAT1PersonData($person_id_arr)
|
||||
{
|
||||
if (!isset($person_id_arr) || isEmptyArray($person_id_arr)) return success([]);
|
||||
|
||||
$params = array($person_id_arr);
|
||||
|
||||
$prstQry = "SELECT
|
||||
|
||||
Reference in New Issue
Block a user