This website requires JavaScript.
Explore
Help
Sign In
valvin
/
ttrss
Watch
1
Star
0
Fork
You've already forked ttrss
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
close db link in opml import workaround (3)
Browse Source
...
This commit is contained in:
Andrew Dolgov
2005-09-07 17:52:12 +01:00
parent
9b287458d9
commit
3d477c2c14
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
opml.php
Unescape
Escape
View File
@ -132,6 +132,6 @@
}
if
(
$link
)
db_close
(
$link
);
//
if ($link) db_close($link);
?>
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
valvin/ttrss
Title
Body
Create Issue