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-prefs.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/db-prefs.php') diff --git a/include/db-prefs.php b/include/db-prefs.php index d122f3baf..91235b479 100644 --- a/include/db-prefs.php +++ b/include/db-prefs.php @@ -7,5 +7,4 @@ function set_pref($pref_name, $value, $user_id = false, $strip_tags = true) { return Db_Prefs::get()->write($pref_name, $value, $user_id, $strip_tags); - } -?> + } \ No newline at end of file -- cgit v1.2.3