From 8c4ad43fbcb317c7ade459729641daad4bd936f9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 16 May 2022 09:13:29 -0600 Subject: [PATCH] Fix spelling in accountcode description --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 538b8ca832..daa25aac72 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -2121,7 +2121,7 @@ function number_pad($number,$n) { } } -//get accountode +//get accountcode if (!function_exists('get_accountcode')) { function get_accountcode() { if (strlen($accountcode = $_SESSION['domain']['accountcode']['text']) > 0) {