From: Andrew Dolgov Date: Wed, 7 Sep 2005 16:50:38 +0000 (+0100) Subject: close db link in opml import workaround X-Git-Tag: 1.0.3.1~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7118b7acaa6a7db6ef7dd8679e164d236e088e21;p=tt-rss.git close db link in opml import workaround --- diff --git a/opml.php b/opml.php index 0e601e11..1a77d314 100644 --- a/opml.php +++ b/opml.php @@ -61,6 +61,8 @@ } + if ($link) db_close($link); + } }