]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_surfbar_url.php
Bug 'return is not bool' fixed
[mailer.git] / inc / modules / admin / what-add_surfbar_url.php
index 4ea7edc346f5ca34541058db4fd66d6f3893042f..ba0f6ca2f7ccddd4c0da80410f3be8a8a04ff335 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 09/09/2008 *
- * ================                             Last change: 09/09/2008 *
+ * ===================                          Last change: 09/09/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-add_surfbar_url.php                         *
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addMenuDescription('admin', __FILE__);
 
 // Was an URL added?
-if ((isPostRequestElementSet('add')) && (isPostRequestElementSet('url'))) {
+if ((isPostRequestParameterSet('add')) && (isPostRequestParameterSet('url'))) {
        // Initialize variables
        $DATA = array();
        $id = 'reload_ye';
@@ -53,7 +53,7 @@ if ((isPostRequestElementSet('add')) && (isPostRequestElementSet('url'))) {
        $postData = postRequestArray();
 
        // Convert the "reload selections"
-       // @TODO Find all convertSelectionsToTimestamp() calls and rewrite postRequestElement() calls to $postData
+       // @TODO Find all convertSelectionsToTimestamp() calls and rewrite postRequestParameter() calls to $postData
        convertSelectionsToTimestamp($postData, $DATA, $id, $skip);
 
        // Then add this URL