From f29ba1484f4a230651a40f4b3e26444d9748453f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Nov 2008 06:29:19 +0100 Subject: code cleanup, test for db_escape() crazyness in DB sanity check --- mobile/tt-rss.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'mobile') diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php index 11316d4d3..a8bf6fb5f 100644 --- a/mobile/tt-rss.php +++ b/mobile/tt-rss.php @@ -13,15 +13,7 @@ $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); - if (DB_TYPE == "pgsql") { - pg_query("set client_encoding = 'UTF-8'"); - pg_set_client_encoding("UNICODE"); - } else { - if (defined('MYSQL_CHARSET') && MYSQL_CHARSET) { - db_query($link, "SET NAMES " . MYSQL_CHARSET); -// db_query($link, "SET CHARACTER SET " . MYSQL_CHARSET); - } - } + init_connection($link); login_sequence($link, true); -- cgit v1.2.3