1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

add php end tag in db.php

This commit is contained in:
Andrew Dolgov
2005-10-17 04:45:44 +01:00
parent a7de14fce1
commit 7b099a4c15

2
db.php
View File

@@ -118,3 +118,5 @@ function db_close($link) {
return mysql_close($link);
}
}
?>