summaryrefslogtreecommitdiff
path: root/include/db-prefs.php
diff options
context:
space:
mode:
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