X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Frequest-functions.php;h=6a17a3c324f01f4f79c86b8e66a2c8eb34427cc4;hb=4fbb69b66564237c51d4eaf8c82d0d8cdfcf84a0;hp=0066994f26757168c63a4fbe8aef21bde6e2f150;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index 0066994f26..6a17a3c324 100644 --- a/inc/request-functions.php +++ b/inc/request-functions.php @@ -1,7 +1,7 @@ $value) { + // Add it secured + $return .= SQL_ESCAPE($key) . '=' . SQL_ESCAPE($value) . '&'; + } // END - foreach + + // Remove trailing & + $return = substr($return, 0, -5); + + // Return it + return $return; } -// +// [EOF] ?>