Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / inc / request-functions.php
index ed1a0a78c2b7fcba37bd783f132553eea29d2d00..c417c560c181513974a915614703557b19d87e87 100644 (file)
@@ -105,7 +105,7 @@ function countRequestGet () {
 }
 
 // Setter for element in $_GET
-function setRequestGetElement ($element, $value) {
+function setGetRequestElement ($element, $value) {
        // Escape both
        $element = SQL_ESCAPE($element);
        $value   = SQL_ESCAPE($value);
@@ -189,7 +189,7 @@ function countRequestPost () {
 }
 
 // Setter for element in $_POST
-function setRequestPostElement ($element, $value) {
+function setPostRequestElement ($element, $value) {
        // Is $element or $value an array?
        if (is_array($element)) {
                // Set array