Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / inc / extensions / ext-network.php
index c03a1ce049e6ef5dbe175c2e4e9d662c5b516d9d..690c5324a7b4e60512607a28c6da11d97217d256 100644 (file)
@@ -74,7 +74,7 @@ PRIMARY KEY (`network_id`)
 `network_type_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
 `network_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `network_type_handle` VARCHAR(255) NOT NULL DEFAULT '',
-`network_type_request_url` VARCHAR(255) NOT NULL DEFAULT '',
+`network_type_api_url` VARCHAR(255) NOT NULL DEFAULT '',
 `network_type_click_url` VARCHAR(255) NOT NULL DEFAULT '',
 `network_type_banner_url` VARCHAR(255) NOT NULL DEFAULT '',
 UNIQUE `provider_type` (`network_id`,`network_type_handle`),