mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:55:55 +00:00
mysql: disable utf8
This commit is contained in:
4
opml.php
4
opml.php
@@ -14,8 +14,8 @@
|
||||
pg_query($link, "set client_encoding = 'utf-8'");
|
||||
pg_set_client_encoding("UNICODE");
|
||||
} else {
|
||||
db_query($link, "SET NAMES utf8");
|
||||
db_query($link, "SET CHARACTER SET utf8");
|
||||
// db_query($link, "SET NAMES utf8");
|
||||
// db_query($link, "SET CHARACTER SET utf8");
|
||||
}
|
||||
|
||||
login_sequence($link);
|
||||
|
||||
Reference in New Issue
Block a user