diff --git a/app/adminer/adminer.css b/app/adminer/adminer.css index 4d718c11e8..885a31c53d 100644 --- a/app/adminer/adminer.css +++ b/app/adminer/adminer.css @@ -314,7 +314,7 @@ fieldset { /*** Others ***/ #lang { background: transparent; - font-size: .9em; + font-size: .9em; left: auto; right: 90px; position:fixed; diff --git a/app/call_centers/resources/classes/call_center.php b/app/call_centers/resources/classes/call_center.php index 9e40c3cb76..23723497ed 100644 --- a/app/call_centers/resources/classes/call_center.php +++ b/app/call_centers/resources/classes/call_center.php @@ -26,7 +26,7 @@ /** * cache class provides an abstracted cache - * + * * @method string dialplan - builds the dialplan for call center */ //define the call center class diff --git a/app/calls/resources/classes/call_forward.php b/app/calls/resources/classes/call_forward.php index 2886856180..af35bbed74 100644 --- a/app/calls/resources/classes/call_forward.php +++ b/app/calls/resources/classes/call_forward.php @@ -24,7 +24,7 @@ Mark J Crane Luis Daniel Lucio Quiroz Errol Samuels - + */ include "root.php"; diff --git a/app/click_to_call/app_languages.php b/app/click_to_call/app_languages.php index 2618da035b..9573234bf9 100644 --- a/app/click_to_call/app_languages.php +++ b/app/click_to_call/app_languages.php @@ -165,7 +165,7 @@ $text['opt-itring']['es-cl'] = "it-ring"; $text['opt-itring']['pt-pt'] = "it-ring"; $text['opt-itring']['fr-fr'] = "it-ring"; - + $text['opt-moh']['en-us'] = "music"; $text['opt-moh']['es-cl'] = "musica"; $text['opt-moh']['pt-pt'] = "música"; diff --git a/app/edit/filedelete.php b/app/edit/filedelete.php index bcfcfff7b5..b4a7442cfb 100644 --- a/app/edit/filedelete.php +++ b/app/edit/filedelete.php @@ -57,7 +57,7 @@ else { echo ""; echo " "; echo " "; - echo " "; + echo " "; echo " "; echo " "; echo " "; diff --git a/app/ivr_menus/resources/classes/ivr_menu.php b/app/ivr_menus/resources/classes/ivr_menu.php index beaba4f804..6f8c8a9bb2 100644 --- a/app/ivr_menus/resources/classes/ivr_menu.php +++ b/app/ivr_menus/resources/classes/ivr_menu.php @@ -491,7 +491,7 @@ include "root.php"; $database->where[1]['operator'] = '='; $database->update(); - //delete the old dialplan details to prepare for new details + //delete the old dialplan details to prepare for new details $database = new database; $database->table = "v_dialplan_details"; $database->where[0]['name'] = 'domain_uuid'; @@ -828,7 +828,7 @@ include "root.php"; $sub_sql = "select * from v_ivr_menu_options "; $sub_sql .= "where ivr_menu_uuid = '$ivr_menu_uuid' "; $sub_sql .= "and domain_uuid = '".$_SESSION['domain_uuid']."' "; - $sub_sql .= "order by ivr_menu_option_order asc "; + $sub_sql .= "order by ivr_menu_option_order asc "; $sub_prep_statement = $db->prepare(check_sql($sub_sql)); $sub_prep_statement->execute(); $sub_result = $sub_prep_statement->fetchAll(PDO::FETCH_ASSOC); diff --git a/app/modules/resources/classes/modules.php b/app/modules/resources/classes/modules.php index 5bc8aa5fe5..90f41e7374 100644 --- a/app/modules/resources/classes/modules.php +++ b/app/modules/resources/classes/modules.php @@ -701,7 +701,7 @@ echo $mod->dir."\n"; //get the list of modules public function get_modules() { $sql = " select * from v_modules "; - $sql .= "order by module_category, module_label"; + $sql .= "order by module_category, module_label"; $prep_statement = $this->db->prepare($sql); $prep_statement->execute(); $this->modules = $prep_statement->fetchAll(PDO::FETCH_ASSOC); diff --git a/app/provision/index.php b/app/provision/index.php index a0ef5de0ec..89ed9fa6ef 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -359,7 +359,7 @@ openlog("fusion-provisioning", LOG_PID | LOG_PERROR, LOG_LOCAL0); //deliver the customized config over HTTP/HTTPS //need to make sure content-type is correct if ($_REQUEST['content_type'] == 'application/octet-stream') { - //format the mac address and + //format the mac address and $mac = $prov->format_mac($mac, $device_vendor); //replace the variable name with the value diff --git a/app/scripts/resources/classes/scripts.php b/app/scripts/resources/classes/scripts.php index c07bde2950..a322f55199 100644 --- a/app/scripts/resources/classes/scripts.php +++ b/app/scripts/resources/classes/scripts.php @@ -27,7 +27,7 @@ /** * scripts class provides methods for creating the config.lua and copying switch scripts - * + * * @method string correct_path * @method string copy_files * @method string write_config @@ -110,7 +110,7 @@ class scripts { global $db_path; global $db_username; global $db_password; - + //replace the backslash with a forward slash $db_path = str_replace("\\", "/", $db_path); diff --git a/app/services/resources/classes/lib_win.php b/app/services/resources/classes/lib_win.php index 6368893376..4469e4898c 100644 --- a/app/services/resources/classes/lib_win.php +++ b/app/services/resources/classes/lib_win.php @@ -154,7 +154,7 @@ if(function_exists('reg_open_key')){ HKEY_CLASSES_ROOT => "HKCR", HKEY_CURRENT_USER => "HKCU", HKEY_LOCAL_MACHINE => "HKLM", - HKEY_USERS => "HKU", + HKEY_USERS => "HKU", HKEY_CURRENT_CONFIG => "HKCC", ); diff --git a/app/sql_query/sql_query_pdo.php b/app/sql_query/sql_query_pdo.php index cd6fbee6fd..31fd525535 100644 --- a/app/sql_query/sql_query_pdo.php +++ b/app/sql_query/sql_query_pdo.php @@ -39,7 +39,7 @@ else { $db_path = $db_file_path; $db_name = $dbfilename; } - + //get the db connection information if (strlen($_REQUEST['id']) > 0) { $sql = "select * from v_databases "; diff --git a/app/time_conditions/app_defaults.php b/app/time_conditions/app_defaults.php index 2fa4411a74..7160318b06 100644 --- a/app/time_conditions/app_defaults.php +++ b/app/time_conditions/app_defaults.php @@ -64,7 +64,7 @@ if ($domains_processed == 1) { } } } - + //add the missing default settings foreach ($missing as $row) { //add the default settings @@ -84,7 +84,7 @@ if ($domains_processed == 1) { $array[$x]['default_setting_enabled'] = 'true'; $array[$x]['default_setting_description'] = 'What region to use by default when choosing Time Conditions'; $x++; - + //iterate and add each, if necessary foreach ($array as $index => $default_settings) { diff --git a/app/voicemails/app_defaults.php b/app/voicemails/app_defaults.php index c5ecfd2c3a..8845132c68 100644 --- a/app/voicemails/app_defaults.php +++ b/app/voicemails/app_defaults.php @@ -79,7 +79,7 @@ if ($domains_processed == 1) { } } - //add that the directory structure for voicemail each domain and voicemail id is + //add that the directory structure for voicemail each domain and voicemail id is $sql = "select d.domain_name, v.voicemail_id "; $sql .= "from v_domains as d, v_voicemails as v "; $sql .= "where v.domain_uuid = d.domain_uuid ";
".$text['label-path']."
".$folder.$file."