From: root p2p-next-02 Date: Sun, 7 Aug 2011 18:15:29 +0000 (+0300) Subject: ppf: Fix when inserting data in btclients table. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=a398a5390667dfbede1772195ee65e2d811a0300;p=cs-p2p-next.git ppf: Fix when inserting data in btclients table. --- 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