summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-11-10 06:29:19 +0100
committerAndrew Dolgov <[email protected]>2008-11-10 06:29:19 +0100
commitf29ba1484f4a230651a40f4b3e26444d9748453f (patch)
tree0b8d66229a08600986654a060ad2128b6d07f130 /update_feeds.php
parentd2bf48f90ad1997406708811c45163567b9c3ff0 (diff)
code cleanup, test for db_escape() crazyness in DB sanity check
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/update_feeds.php b/update_feeds.php
index 139da6999..2bb91dc30 100644
--- a/update_feeds.php
+++ b/update_feeds.php
@@ -36,15 +36,7 @@
return;
}
- 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);
// Purge all posts (random 30 feeds)
global_purge_old_posts($link, true, 30);