]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/yoomedia_functions.php
Several code-cleanups:
[mailer.git] / inc / libs / yoomedia_functions.php
index 3e02dff95c2d6f3b06a1bf00a53e4b0493b0d40a..814db3dbb49044f56dea68c8246dce95f6980e37 100644 (file)
@@ -302,7 +302,7 @@ function yoomediaTranslateIndex ($type, $index) {
                // Use this element
                $return = $GLOBALS['translation_tables']['yoomedia'][$type][$index];
        } else {
                // Use this element
                $return = $GLOBALS['translation_tables']['yoomedia'][$type][$index];
        } else {
-               // Not found!
+               // Not found
                logDebugMessage(__FUNCTION__, __LINE__, "type={$type},index={$index} not found.");
        }
 
                logDebugMessage(__FUNCTION__, __LINE__, "type={$type},index={$index} not found.");
        }
 
@@ -317,7 +317,7 @@ function translateYooMediaError ($errorCode) {
 
        // Is the entry there?
        if (isset($GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode])) {
 
        // Is the entry there?
        if (isset($GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode])) {
-               // Entry found!
+               // Entry found
                $return = $GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode];
        } else {
                // Log missing entries
                $return = $GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode];
        } else {
                // Log missing entries