X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_surfbar_url.php;h=43d32d83b25a2998955876817213de13cbe4837d;hp=ba88edb47dd54787ee6a6d97b2b911771faaf1df;hb=0f3a135204757cc8750262871c8e62c42300acb4;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e diff --git a/inc/modules/admin/what-add_surfbar_url.php b/inc/modules/admin/what-add_surfbar_url.php index ba88edb47d..43d32d83b2 100644 --- a/inc/modules/admin/what-add_surfbar_url.php +++ b/inc/modules/admin/what-add_surfbar_url.php @@ -52,8 +52,8 @@ if ((isFormSent('add')) && (isPostRequestParameterSet('url'))) { $postData = postRequestArray(); // Convert the "reload selections" - // @TODO Find all convertSelectionsToTimestamp() calls and rewrite postRequestParameter() calls to $postData - convertSelectionsToTimestamp($postData, $DATA, $id, $skip); + // @TODO Find all convertSelectionsToEpocheTime() calls and rewrite postRequestParameter() calls to $postData + convertSelectionsToEpocheTime($postData, $DATA, $id, $skip); // Then add this URL if (SURFBAR_ADMIN_ADD_URL($postData['url'], $postData['limit'], $postData['reload'])) {