Commit 3e4a23eb authored by Frank Bergmann's avatar Frank Bergmann

- Sencha TT:

	- Implemented nuking (DELETE) for users
	- Slightly modified im_project_nuke and im_user_nuke API
parent acb3cab1
......@@ -1536,7 +1536,7 @@ ad_proc -private im_rest_delete_object {
}
if {[catch {
set nuke_tcl [list "${nuke_otype}_nuke" -user_id $user_id $rest_oid]
set nuke_tcl [list "${nuke_otype}_nuke" -current_user_id $user_id $rest_oid]
eval $nuke_tcl
} err_msg]} {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment