From: Andrew Dolgov Date: Wed, 7 Sep 2005 16:51:46 +0000 (+0100) Subject: close db link in opml import workaround (2) X-Git-Tag: 1.0.3.1~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9b287458d9dd633ddbd73b1c7077e7fc57293c8f;p=tt-rss.git close db link in opml import workaround (2) --- diff --git a/opml.php b/opml.php index 1a77d314..a7606e24 100644 --- a/opml.php +++ b/opml.php @@ -132,6 +132,6 @@ } - db_close($link); + if ($link) db_close($link); ?>