From 696684653d0f69c9570f32cb910237f6b8b1bde7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 11 Dec 2005 08:56:57 +0100 Subject: confirm dangerous actions in prefs, main quick-delete action change --- backend.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backend.php') 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 " 

"; + name=\"subop\" onclick=\"return validatePrefsReset()\" + value=\"Reset to defaults\">

"; print ""; -- cgit v1.2.3-54-g00ecf