From: Andrew Dolgov Date: Mon, 17 Oct 2005 03:45:44 +0000 (+0100) Subject: add php end tag in db.php X-Git-Tag: 1.0.7~39 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7b099a4c15752e33331b600523a2959ba9219ab2;p=tt-rss.git add php end tag in db.php --- diff --git a/db.php b/db.php index e4673f67..16d39922 100644 --- a/db.php +++ b/db.php @@ -118,3 +118,5 @@ function db_close($link) { return mysql_close($link); } } + +?>