mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 11:31:28 +00:00
prefs tab reloading fixes
This commit is contained in:
@@ -208,11 +208,6 @@
|
||||
action_param = '$action_param',
|
||||
filter_param = '$filter_param'
|
||||
WHERE id = '$filter_id' AND owner_uid = " . $_SESSION["uid"]);
|
||||
|
||||
if (db_affected_rows($link, $result) != 0) {
|
||||
print_notice(T_sprintf("Saved filter <b>%s</b>", htmlspecialchars($reg_exp)));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ($subop == "remove") {
|
||||
|
||||
Reference in New Issue
Block a user