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); return mysql_close($link);
} }
} }
?>