From b1b89e62e13d13de05b9f33d3a55c673bb98d6f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 20 Oct 2012 11:47:42 +0000 Subject: [PATCH] Charset is ISO-8859-1 --- inc/extensions/ext-network.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/extensions/ext-network.php b/inc/extensions/ext-network.php index 1056cb5859..3f229df896 100644 --- a/inc/extensions/ext-network.php +++ b/inc/extensions/ext-network.php @@ -24,7 +24,6 @@ * @TODO ADkracher: HTML mails are encoded with BASE64 * * @TODO ADkracher: Textlink-View is a JavaScript URL * * @TODO Admono.de: highforcedbanner, traffic from abroad * - * @TODO Affiliblatt: All except banner, do they really have UTF-8? * * @TODO AllAds4You: Traffic from abroad, High-Forced banner * * @TODO eu-ADS/WeltPromotion: Text for banner/buttons? * * @TODO FuCoExSponsor: No High-Forced banner, HTML is BASE64 encoded * @@ -313,7 +312,7 @@ UNIQUE INDEX `provider_type` (`network_id`, `network_type_id`)", ('ads4', 'Ads4.de', 'http://www.ads4.de/?werber=Quix0r', '|', '|', 'GET', 'WINDOWS-1252', 'N', 96, 'Y'), ('ads4webbis', 'Ads4Webbis', 'http://www.ads4webbis.de?ref=835', '|', '|', 'GET', 'WINDOWS-1252', 'N', 200, 'N'), ('ads4world', 'Ads4World', 'http://www.ads4world.de?ref=252', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0, 'N'), -('affiliblatt', 'Affiliblatt', 'http://www.affiliblatt.de/?sid=MTAzNQ==&site=home', '|', '|', 'GET', 'UTF-8', 'N', 0, 'Y'), +('affiliblatt', 'Affiliblatt', 'http://www.affiliblatt.de/?sid=MTAzNQ==&site=home', '|', '|', 'GET', 'ISO-8859-1', 'N', 0, 'Y'), ('allads4you', 'AllAds4You', 'http://www.allads4you.de?ref=1146', '|', '|', 'GET', 'ISO-8859-1', 'N', 150, 'Y'), ('alstermarketing', 'Alster-Marketing', 'http://www.alstermarketing.de?ref=1851', '|', '|', 'GET', 'ISO-8859-16', 'N', 350, 'N'), ('bonus', 'BonusSponsor', 'http://www.bonussponsor.de?ref=1286', '|', '|', 'GET', 'WINDOWS-1252', 'N', 150, 'Y'), -- 2.39.5