summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 18:09:27 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 18:09:27 +0100
commit4062022e0fd5eda07e4230cc3f39b91e77465ff2 (patch)
treeb95acc67e12f1213fd83b8f2eab0042e51f8048f /backend.php
parent3bac89ad2a44562f4d0b1c458ed20740379c03fc (diff)
sql-ize tt-rss.php prefs
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 954c4daca..958ca26f6 100644
--- a/backend.php
+++ b/backend.php
@@ -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") {