]> git.wh0rd.org - tt-rss.git/commitdiff
add php end tag in db.php
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 17 Oct 2005 03:45:44 +0000 (04:45 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 17 Oct 2005 03:45:44 +0000 (04:45 +0100)
db.php

diff --git a/db.php b/db.php
index e4673f679c4ed476531ee76ef93c08f73a981ab8..16d39922086c6d2d35d9386b238af89ea94ff540 100644 (file)
--- a/db.php
+++ b/db.php
@@ -118,3 +118,5 @@ function db_close($link) {
                return mysql_close($link);
        }
 }
+
+?>