mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:35:57 +00:00
set_pref: remove type checking notice
This commit is contained in:
@@ -68,8 +68,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
// doesn't peform any type checking, be vigilant
|
||||
|
||||
function set_pref($link, $key, $value) {
|
||||
$key = db_escape_string($key);
|
||||
$value = db_escape_string($value);
|
||||
|
||||
Reference in New Issue
Block a user