mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:15:56 +00:00
remove some redundant php closing tags
This commit is contained in:
@@ -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);
|
||||
}
|
||||
?>
|
||||
}
|
||||
Reference in New Issue
Block a user