1
0
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:
Andrew Dolgov
2010-11-17 16:11:13 +03:00
parent 72cbe82890
commit e7435df04a
2 changed files with 14 additions and 23 deletions

View File

@@ -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") {