From ea79a0e033e40057279a7f464c9464145eedc932 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 20:24:18 +0300 Subject: remove some redundant php closing tags --- include/db.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/db.php') diff --git a/include/db.php b/include/db.php index f45f07276..c02e90ef2 100644 --- a/include/db.php +++ b/include/db.php @@ -36,5 +36,3 @@ function db_last_query_error() { function db_quote($str){ return Db::get()->quote($str); } - -?> -- cgit v1.2.3