summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 17:50:38 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 17:50:38 +0100
commit7118b7acaa6a7db6ef7dd8679e164d236e088e21 (patch)
tree70f96a221370cf1ccf2e94363adcf8a9f56f1608 /opml.php
parentc4b0722c3126f54344bfb50ce8b43c7ebb39e88d (diff)
close db link in opml import workaround
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/opml.php b/opml.php
index 0e601e111..1a77d3146 100644
--- a/opml.php
+++ b/opml.php
@@ -61,6 +61,8 @@
}
+ if ($link) db_close($link);
+
}
}