close db link in opml import workaround (2)

This commit is contained in:
Andrew Dolgov 2005-09-07 17:51:46 +01:00
parent 7118b7acaa
commit 9b287458d9
1 changed files with 1 additions and 1 deletions

View File

@ -132,6 +132,6 @@
}
db_close($link);
if ($link) db_close($link);
?>