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:
parent
18a6319fc2
commit
dc0a9b6bcc
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue