From a398a5390667dfbede1772195ee65e2d811a0300 Mon Sep 17 00:00:00 2001 From: root p2p-next-02 Date: Sun, 7 Aug 2011 21:15:29 +0300 Subject: [PATCH] ppf: Fix when inserting data in btclients table. --- ppf/sql/p2p-log-mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppf/sql/p2p-log-mysql.sql b/ppf/sql/p2p-log-mysql.sql index d85e8dd..eff6950 100644 --- a/ppf/sql/p2p-log-mysql.sql +++ b/ppf/sql/p2p-log-mysql.sql @@ -135,7 +135,7 @@ INSERT INTO btclients(name, language, url, dht_support, streaming_support) INSERT INTO btclients(name, language, url, dht_support, streaming_support) VALUES('Aria', 'C', 'http://aria2.sourceforge.net/', TRUE, FALSE); INSERT INTO btclients(name, language, url, dht_support, streaming_support) - VALUES('Mainline', 'Python', TRUE, FALSE); + VALUES('Mainline', 'Python', 'http://www.bittorrent.com/', TRUE, FALSE); -- insert into `transfer_directions` table -- 2.20.1