X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fyoomedia_functions.php;h=441a008ea4605ba87a356d8e30f7aa91dc1a4a7a;hb=90ec562afb9141651f6159e2537bbc686420bc13;hp=70b510502f82516a50f70d762b3e51655c58134b;hpb=d063dd75ee90e2c0cbdca2936c4ad42a5bc7a293;p=mailer.git diff --git a/inc/libs/yoomedia_functions.php b/inc/libs/yoomedia_functions.php index 70b510502f..441a008ea4 100644 --- a/inc/libs/yoomedia_functions.php +++ b/inc/libs/yoomedia_functions.php @@ -130,10 +130,10 @@ function YOOMEDIA_QUERY_API ($script, $countQuery = true) { // the header lines will be returned function YOOMEDIA_GET_PARSED_RESULT_TEXTMAILS () { // Get the raw response - $response = YOOMEDIA_QUERY_API("out_textmail.php"); + $response = YOOMEDIA_QUERY_API('out_textmail.php'); // Parse the response - $result = YOOMEDIA_PARSE_RESPONSE($response, "textmail"); + $result = YOOMEDIA_PARSE_RESPONSE($response, 'textmail'); // Return result return $result;