From: Roland Häder Date: Sun, 26 Jul 2009 16:43:39 +0000 (+0000) Subject: Double quotes to single quotes rewritten X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=15cfa3538ae057219dce740ce61d3a164c1dde87 Double quotes to single quotes rewritten --- 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;