2013-07-19 Sergio Martin <sergio.martin@artica.es>
* godmode/massive/massive_delete_profiles.php: Fix massive deletion of profiles (ajax retrieving) for bug #2309 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8547 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ac60cce2a2
commit
1e69288420
|
@ -1,3 +1,8 @@
|
|||
2013-07-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/massive/massive_delete_profiles.php: Fix massive
|
||||
deletion of profiles (ajax retrieving) for bug #2309
|
||||
|
||||
2013-07-18 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_agents.php: Add check to avoid SQL
|
||||
|
|
|
@ -153,8 +153,8 @@ $(document).ready (function () {
|
|||
jQuery.post ("ajax.php",
|
||||
{"page" : "godmode/massive/massive_delete_profiles",
|
||||
"get_users" : 1,
|
||||
"id_group[]" : $("#groups_id").attr("value"),
|
||||
"id_profile[]" : $("#profiles_id").attr("value")
|
||||
"id_group[]" : $("#groups_id").val(),
|
||||
"id_profile[]" : $("#profiles_id").val()
|
||||
},
|
||||
function (data, status) {
|
||||
options = "";
|
||||
|
|
Loading…
Reference in New Issue