summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-02-20 09:33:17 +0100
committerAndrew Dolgov <[email protected]>2007-02-20 09:33:17 +0100
commitef063748f6453c1fcace1728f29488bc6530451e (patch)
treedb33819e9fd28987bea75a77150f8af190a71938 /update_feeds.php
parente2d84cdb9f77bc91713b4b8085333c8b85af76ae (diff)
fix charset-related bug, release 1.2.8-p1
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_feeds.php b/update_feeds.php
index 7027a0572..318a955ed 100644
--- a/update_feeds.php
+++ b/update_feeds.php
@@ -25,6 +25,7 @@
if (DB_TYPE == "pgsql") {
pg_query("set client_encoding = 'utf-8'");
+ pg_set_client_encoding("UNICODE");
}
$result = db_query($link, "SELECT id FROM ttrss_users");