1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 10:29:16 +00:00

fix proper escaping of label titles (closes #255)

This commit is contained in:
Andrew Dolgov
2009-10-19 23:29:45 +04:00
parent 4e332844b4
commit 7a13338b4c
2 changed files with 6 additions and 2 deletions

View File

@@ -61,6 +61,8 @@
/* Update filters that reference label being renamed */
$old_caption = db_escape_string($old_caption);
db_query($link, "UPDATE ttrss_filters SET
action_param = '$caption' WHERE action_param = '$old_caption'
AND action_id = 7