1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 09:49:15 +00:00

sql-ize tt-rss.php prefs

This commit is contained in:
Andrew Dolgov
2005-11-16 18:09:27 +01:00
parent 3bac89ad2a
commit 4062022e0f
3 changed files with 32 additions and 18 deletions

View File

@@ -16,7 +16,6 @@
$script_started = getmicrotime();
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
$dbprefs_link = $link;
if (!$link) {
if (DB_TYPE == "mysql") {