]> git.wh0rd.org - tt-rss.git/commitdiff
close db link in opml import workaround
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Sep 2005 16:50:38 +0000 (17:50 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Sep 2005 16:50:38 +0000 (17:50 +0100)
opml.php

index 0e601e111040b68d90440c761babefc530ea4842..1a77d3146bf06d9db73e261fed0ca5384b759254 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -61,6 +61,8 @@
 
                        }
 
+                       if ($link) db_close($link);
+
                }
        }