From: Roland Häder Date: Sun, 30 Dec 2012 00:21:11 +0000 (+0000) Subject: convertSelectionsToEpocheTimeInPostData() is a wrapper and only needs the POST field... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1d3a8dd214123328e25d61efe5c0614e0f8737fe;p=mailer.git convertSelectionsToEpocheTimeInPostData() is a wrapper and only needs the POST field's name --- diff --git a/inc/libs/network_functions.php b/inc/libs/network_functions.php index 264642dfc3..e534811268 100644 --- a/inc/libs/network_functions.php +++ b/inc/libs/network_functions.php @@ -1887,7 +1887,7 @@ function doAdminNetworkProcessAddHandlerTypesConfig ($displayMessage = TRUE) { } // END - foreach // Convert data in POST array - convertSelectionsToEpocheTimeInPostData($content, 'network_max_reload_time_ye', $skip); + convertSelectionsToEpocheTimeInPostData('network_max_reload_time_ye'); // Is there already an entry? if (isNetworkTypeHandlerConfigured(getRequestElement('network_id'), getRequestElement('network_type_id'))) {