From: Roland Häder Date: Mon, 29 Aug 2011 22:44:12 +0000 (+0000) Subject: A percentage was to much here X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e44ac3753b92a1aa90706d258ab954c22143edb1;p=mailer.git A percentage was to much here --- diff --git a/inc/extensions/ext-network.php b/inc/extensions/ext-network.php index ae5e82ee1b..7733b94047 100644 --- a/inc/extensions/ext-network.php +++ b/inc/extensions/ext-network.php @@ -432,8 +432,8 @@ UNIQUE INDEX `provider_type` (`network_id`,`network_type_id`)", // Network type handlers - Ads4 addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_network_types` (`network_type_id`,`network_id`,`network_type_handle`,`network_type_api_url`,`network_type_click_url`,`network_type_banner_url`,`network_type_reload_time_unit`) VALUES (14, 6, 'forcedbanner', 'http://www.ads4.de/interface/interface.php', 'http://www.ads4.de/forced_click.php?fb_id=%CID%&sid=%SID%', 'http://www.ads4.de/forced_view.php?fb_id=%CID%&sid=%SID%', 'h'), -(16, 6, 'htmlmail', 'http://www.ads4.de/interface/interface.php', 'http://www.ads4.de/paidmail_click.php?pm=%CID%&%sid=%SID%', NULL, 'h'), -(15, 6, 'textmail', 'http://www.ads4.de/interface/interface.php', 'http://www.ads4.de/paidmail_click.php?pm=%CID%&%sid=%SID%', NULL, 'h'), +(16, 6, 'htmlmail', 'http://www.ads4.de/interface/interface.php', 'http://www.ads4.de/paidmail_click.php?pm=%CID%&sid=%SID%', NULL, 'h'), +(15, 6, 'textmail', 'http://www.ads4.de/interface/interface.php', 'http://www.ads4.de/paidmail_click.php?pm=%CID%&sid=%SID%', NULL, 'h'), (119, 6, 'traffic', 'http://www.ads4.de/interface/interface.php', 'http://www.ads4.de/traffic_click.php?tr_id=%CID%&sid=%SID%', NULL, 'h')"); // Network type handlers - Ads4Webbis