Double quotes to single quotes rewritten
authorRoland Häder <roland@mxchange.org>
Sun, 26 Jul 2009 16:43:39 +0000 (16:43 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 26 Jul 2009 16:43:39 +0000 (16:43 +0000)
inc/libs/yoomedia_functions.php

index 70b510502f82516a50f70d762b3e51655c58134b..441a008ea4605ba87a356d8e30f7aa91dc1a4a7a 100644 (file)
@@ -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;