Example #1
0
 function action_deleteLocation($id = NULL)
 {
     Controller_Admin::__delete($id, 'Location', 'deleteLocation', 'manageLocations');
 }