Browse Source

Fix spelling in accountcode description

FusionPBX 3 năm trước cách đây
mục cha
commit
7711dd800f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/functions.php

+ 1 - 1
resources/functions.php

@@ -2121,7 +2121,7 @@ function number_pad($number,$n) {
 	    }
 	    }
 	}
 	}
 
 
-//get accountode
+//get accountcode
 	if (!function_exists('get_accountcode')) {
 	if (!function_exists('get_accountcode')) {
 		function get_accountcode() {
 		function get_accountcode() {
 			if (strlen($accountcode = $_SESSION['domain']['accountcode']['text']) > 0) {
 			if (strlen($accountcode = $_SESSION['domain']['accountcode']['text']) > 0) {