From 15cfa3538ae057219dce740ce61d3a164c1dde87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 26 Jul 2009 16:43:39 +0000 Subject: [PATCH] Double quotes to single quotes rewritten --- inc/libs/yoomedia_functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2