fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / confirm.php
index 4f30d2f2ebe1877c27ec78f0f2a2729c8272450c..b4134087323c5c5118d136e9b6640269e49e4856 100644 (file)
@@ -53,9 +53,9 @@ if (isSpider()) setContentType('text/html');
 $URL = 'modules.php?module=index';
 
 // Is the hash there?
-if (isGetRequestElementSet('hash')) {
+if (isGetRequestParameterSet('hash')) {
        // We have an refid here. So we simply add it
-       $URL = 'modules.php?module=index&what=confirm&hash=' . getRequestElement('hash');
+       $URL = 'modules.php?module=index&what=confirm&hash=' . getRequestParameter('hash');
 } // END - if
 
 // Load the URL