2011-11-16 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* 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
This commit is contained in:
juanmanuelr 2011-11-16 13:51:30 +00:00
parent 18a6319fc2
commit dc0a9b6bcc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-11-16 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events.php: Fixed delete operation in this view.
2011-11-16 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_ff_threshold.php: Fixed a typo.

View File

@ -407,7 +407,7 @@ $(document).ready( function() {
{"page" : "operation/events/events",
"delete_event" : 1,
"id" : id,
"similar" : <?php echo ($group_rep ? 1 : 0) ?>
"similars" : <?php echo ($group_rep ? 1 : 0) ?>
},
function (data, status) {
if (data == "ok")