]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_surfbar_url.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / modules / admin / what-add_surfbar_url.php
index ba88edb47dd54787ee6a6d97b2b911771faaf1df..43d32d83b25a2998955876817213de13cbe4837d 100644 (file)
@@ -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'])) {