From b73b153de5102a46ceb8b771cf882087dba93322 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Wed, 16 Nov 2011 13:51:30 +0000 Subject: [PATCH] 2011-11-16 Juan Manuel Ramon * operation/events/events.php: Fixed delete operation in this view. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5143 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/operation/events/events.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c9f13dae27..ac7bb8b4aa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-11-16 Juan Manuel Ramon + + * operation/events/events.php: Fixed delete operation in this view. + 2011-11-16 Junichi Satoh * include/help/ja/help_ff_threshold.php: Fixed a typo. diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index cb70eeb849..d20c43a27b 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -407,7 +407,7 @@ $(document).ready( function() { {"page" : "operation/events/events", "delete_event" : 1, "id" : id, - "similar" : + "similars" : }, function (data, status) { if (data == "ok")