X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_network_vcheck_params.php;h=b2b77a52481740467ef0617292a849194bfb4bfd;hp=f6f9693848a20a0a95804f5583819ae4ba3b0f33;hb=2df9f7a53f8b1dd5164f87824a324ccb3b6634cb;hpb=428be1738c81a57e4e75b4f701df9414656a3b13 diff --git a/inc/modules/admin/what-list_network_vcheck_params.php b/inc/modules/admin/what-list_network_vcheck_params.php index f6f9693848..b2b77a5248 100644 --- a/inc/modules/admin/what-list_network_vcheck_params.php +++ b/inc/modules/admin/what-list_network_vcheck_params.php @@ -88,9 +88,6 @@ ORDER BY // List all entries $OUT = ''; while ($row = SQL_FETCHARRAY($result)) { - // Is default value empty or null? - $row['network_vcheck_param_default'] = fixNullEmptyToDashes($row['network_vcheck_param_default'], 3); - // Add this entry $GLOBALS['network_vcheck_params_disabled'][$row['network_vcheck_param_key']] = true;