The array_type function has been moved

This commit is contained in:
FusionPBX
2026-01-26 20:08:16 -07:00
committed by GitHub
parent 5d00d0b91f
commit 048eb3a3cc

View File

@@ -39,15 +39,6 @@
$language = new text;
$text = $language->get();
//determine the typ of array
function array_type(array $array): string {
$result = count($array, COUNT_RECURSIVE) > count($array);
if ($result) {
return 'multi';
}
return 'single';
}
//set defaults
$recording_name = '';
$recording_message = '';