summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 17:51:46 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 17:51:46 +0100
commit9b287458d9dd633ddbd73b1c7077e7fc57293c8f (patch)
treebccbcbdd90b565e90d65ee93f29284179aaa833c /opml.php
parent7118b7acaa6a7db6ef7dd8679e164d236e088e21 (diff)
close db link in opml import workaround (2)
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 1a77d3146..a7606e246 100644
--- a/opml.php
+++ b/opml.php
@@ -132,6 +132,6 @@
}
- db_close($link);
+ if ($link) db_close($link);
?>