diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-10-19 23:30:12 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-10-19 23:30:12 +0400 |
| commit | 0b202d8916ed2af2f8e5a122c1b34605c3bf7bdc (patch) | |
| tree | 204a926e32095a8dd5334beb4eb271d55d5d063b /modules/pref-labels.php | |
| parent | a7ee795147d5c514f5f6e6b7c5f53cf2b2acf9cb (diff) | |
| parent | 7a13338b4c9ee0f421a9e182e83cb2d8f458774e (diff) | |
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
Diffstat (limited to 'modules/pref-labels.php')
| -rw-r--r-- | modules/pref-labels.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php index 336228801..02e5a2be9 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -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 |