From 7b099a4c15752e33331b600523a2959ba9219ab2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 17 Oct 2005 04:45:44 +0100 Subject: [PATCH] add php end tag in db.php --- db.php | 2 ++ 1 file changed, 2 insertions(+) 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); } } + +?> -- 2.39.5