X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fyoomedia_functions.php;h=814db3dbb49044f56dea68c8246dce95f6980e37;hp=3e02dff95c2d6f3b06a1bf00a53e4b0493b0d40a;hb=c4823d28fd0bd22250b16d73f2034f36fc54abda;hpb=9725980ca9c052e5c1a9edb8b815e8506b876448 diff --git a/inc/libs/yoomedia_functions.php b/inc/libs/yoomedia_functions.php index 3e02dff95c..814db3dbb4 100644 --- a/inc/libs/yoomedia_functions.php +++ b/inc/libs/yoomedia_functions.php @@ -302,7 +302,7 @@ function yoomediaTranslateIndex ($type, $index) { // Use this element $return = $GLOBALS['translation_tables']['yoomedia'][$type][$index]; } else { - // Not found! + // 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])) { - // Entry found! + // Entry found $return = $GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode]; } else { // Log missing entries