X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=85f7883078a5f5226e8435369198b3957897cff7;hb=f1bd377294fb23a46edc085f83e735c7d3a7d4f0;hp=bf045e11feb4ab76c248045395363b71abc972ba;hpb=9a34f989c0e1e980a1c861ea148beaa604632dbb;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index bf045e11fe..85f7883078 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] ?>