summaryrefslogtreecommitdiff
path: root/include/db-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 20:24:18 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 20:24:18 +0300
commitea79a0e033e40057279a7f464c9464145eedc932 (patch)
tree973fbd2a1de4b28d4ea51d407446fe1714e31a9d /include/db-prefs.php
parente73401844868287d465ef1a0ffdbfbea377e84fa (diff)
remove some redundant php closing tags
Diffstat (limited to 'include/db-prefs.php')
-rw-r--r--include/db-prefs.php3
1 files changed, 1 insertions, 2 deletions
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