From 20fcff19c63288054253b80ebe99c510990462cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 15:48:12 +0100 Subject: last minute PG fixes --- opml.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'opml.php') diff --git a/opml.php b/opml.php index 67ed91397..0e601e111 100644 --- a/opml.php +++ b/opml.php @@ -43,9 +43,7 @@ print "Feed $title ($url)... "; - if (DB_TYPE == "mysql") { - $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); - } + $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); $result = db_query($link, "SELECT id FROM ttrss_feeds WHERE title = '$title' OR feed_url = '$url'"); -- cgit v1.2.3