summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 17:52:12 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 17:52:12 +0100
commit3d477c2c14f0bab104bb567733e3911339964913 (patch)
treed60add977119eadd63dd8d3e0dd88a05e330d059 /opml.php
parent9b287458d9dd633ddbd73b1c7077e7fc57293c8f (diff)
close db link in opml import workaround (3)
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 a7606e246..10d5ca8be 100644
--- a/opml.php
+++ b/opml.php
@@ -132,6 +132,6 @@
}
- if ($link) db_close($link);
+// if ($link) db_close($link);
?>