We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f3ee3 commit 54ac98bCopy full SHA for 54ac98b
2 files changed
includes/functions.php
@@ -63,11 +63,10 @@ function servcheck_check_debug() {
63
}
64
65
66
-
67
/**
68
* Log debug message
69
*
70
- * @param string $message Text of the message that will be logged
+ * @param string $message Text of the message that will be logged
71
72
* @return void
73
*/
servcheck_ca.php
@@ -45,7 +45,7 @@
45
case 'edit':
46
top_header();
47
servcheck_data_edit();
48
- bottom_footer();
+ bottom_footer();
49
50
break;
51
default:
@@ -169,7 +169,6 @@ function form_save() {
169
exit;
170
171
172
173
function servcheck_data_edit() {
174
global $servcheck_ca_fields;
175
0 commit comments