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

index a7606e2462d7707f765eb322370cb4f83e5239f6..10d5ca8becd9ba429904bcea11b7b22f508bd22a 100644 (file)
--- a/opml.php
+++ b/opml.php
 
        }
 
-       if ($link) db_close($link);
+//     if ($link) db_close($link);
 
 ?>