summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-11 08:56:57 +0100
committerAndrew Dolgov <[email protected]>2005-12-11 08:56:57 +0100
commit696684653d0f69c9570f32cb910237f6b8b1bde7 (patch)
tree2864e5b282a50013289d864ca79188bb26b4b6af /backend.php
parentdf268d47ec09845c4c0e65b48ff019e3286081bd (diff)
confirm dangerous actions in prefs, main quick-delete action change
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 4831c201b..790a016cb 100644
--- a/backend.php
+++ b/backend.php
@@ -353,7 +353,7 @@
while ($line = db_fetch_assoc($result)) {
- $feed = $line["title"];
+ $feed = db_unescape_string($line["title"]);
$feed_id = $line["id"];
$subop = $_GET["subop"];
@@ -2986,7 +2986,8 @@
name=\"subop\" value=\"Save configuration\">";
print "&nbsp;<input class=\"button\" type=\"submit\"
- name=\"subop\" value=\"Reset to defaults\"></p>";
+ name=\"subop\" onclick=\"return validatePrefsReset()\"
+ value=\"Reset to defaults\"></p>";
print "</form>";