]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_surfbar_url.php
Deprecated $DATA renamed:
[mailer.git] / inc / modules / admin / what-add_surfbar_url.php
index 43d32d83b25a2998955876817213de13cbe4837d..1df52561c4f381252591154ba4781acc295fab9a 100644 (file)
@@ -46,14 +46,14 @@ addYouAreHereLink('admin', __FILE__);
 // Was an URL added?
 if ((isFormSent('add')) && (isPostRequestParameterSet('url'))) {
        // Initialize variables
-       $DATA = array();
+       $content = array();
        $id = 'reload_ye';
        $skip = false;
        $postData = postRequestArray();
 
        // Convert the "reload selections"
        // @TODO Find all convertSelectionsToEpocheTime() calls and rewrite postRequestParameter() calls to $postData
-       convertSelectionsToEpocheTime($postData, $DATA, $id, $skip);
+       convertSelectionsToEpocheTime($postData, $content, $id, $skip);
 
        // Then add this URL
        if (SURFBAR_ADMIN_ADD_URL($postData['url'], $postData['limit'], $postData['reload'])) {