From: Roland Häder Date: Thu, 29 Oct 2009 22:14:50 +0000 (+0000) Subject: Status code added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57816b30385d5b3c3af2e2d8c8c3d353e8a06ce2;p=mailer.git Status code added --- diff --git a/inc/extensions/ext-yoomedia.php b/inc/extensions/ext-yoomedia.php index 5eeb7c7659..c71d539aad 100644 --- a/inc/extensions/ext-yoomedia.php +++ b/inc/extensions/ext-yoomedia.php @@ -129,6 +129,7 @@ UNIQUE `y_type` (`type`,`y_id`) 4 => 'api_data_error', 5 => 'requests_depleted', 6 => 'zero_result', + 7 => 'no_campains_with_interface', 10 => 'incomplete_request' ), // For text mails diff --git a/inc/language/yoomedia_de.php b/inc/language/yoomedia_de.php index 75f0452aaf..eb9c836c85 100644 --- a/inc/language/yoomedia_de.php +++ b/inc/language/yoomedia_de.php @@ -95,6 +95,7 @@ addMessages(array( 'ADMIN_YOOMEDIA_ERROR_REQUESTS_DEPLETED' => "Abfrageguthaben erschöpft.", 'ADMIN_YOOMEDIA_ERROR_ZERO_RESULT' => "Keine Buchungen zur Auswahl gefunden.", 'ADMIN_YOOMEDIA_ERROR_INCOMPLETE_REQUEST' => "Abfragedaten sind nicht komplett.", + 'ADMIN_YOOMEDIA_ERROR_NO_COMPAINS_WITH_INTERFACE' => "Keine Kampagnen mit Interface-Ausgabe gefunden.", )); // [EOF]