Huge rewrite:
[mailer.git] / inc / libs / yoomedia_functions.php
index 6cad27f3066d48df641b02e00d4242b5ec65f310..1e218be4c858e6a188280b62f87353adc73d3475 100644 (file)
@@ -286,7 +286,7 @@ function yoomediaTranslateIndex ($type, $index) {
                $return = $GLOBALS['translation_tables']['yoomedia'][$type][$index];
        } else {
                // Not found!
-               DEBUG_LOG(__FUNCTION__, __LINE__, " type={$type},index={$index} not found.");
+               DEBUG_LOG(__FUNCTION__, __LINE__, "type={$type},index={$index} not found.");
        }
 
        // Return value
@@ -307,7 +307,7 @@ function yoomediaTranslateError ($errorCode) {
                print '<pre>';
                debug_print_backtrace();
                die('</pre>');
-               DEBUG_LOG(__FUNCTION__, __LINE__, " errorCode={$errorCode}");
+               DEBUG_LOG(__FUNCTION__, __LINE__, "errorCode={$errorCode}");
        }
 
        // Return value