From 048eb3a3ccc4d15a21981db61ad5120a93090aa3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 26 Jan 2026 20:08:16 -0700 Subject: [PATCH] The array_type function has been moved --- app/recordings/recording_edit.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/recordings/recording_edit.php b/app/recordings/recording_edit.php index 84f56f8547..f8ad21d05a 100644 --- a/app/recordings/recording_edit.php +++ b/app/recordings/recording_edit.php @@ -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 = '';