Functions imported, some dev-scripts added
[mailer.git] / inc / libs / yoomedia_functions.php
index 9307272432fa2916a294906b7a56ce105dcfb871..e167b07b955f57b6adf5dd951dc2899f3842a700 100644 (file)
@@ -57,7 +57,7 @@ function YOOMEDIA_TEST_CONFIG ($data) {
 
        // Query the API with a test request without couting it
        // If zero reply comes back the data is invalid!
 
        // Query the API with a test request without couting it
        // If zero reply comes back the data is invalid!
-       $response = YOOMEDIA_QUERY_API("out_textmail.php", true); // TODO Ask Yoo!Media for test script
+       $response = YOOMEDIA_QUERY_API("out_textmail.php", true); // @TODO Ask Yoo!Media for test script
 
        // Log the response if failed
        if (count($response) == 0) {
 
        // Log the response if failed
        if (count($response) == 0) {