Ejemplo n.º 1
0
 public static function batchDeleteDefinitions()
 {
     global $_module;
     $result = array();
     $deleted = lC_Languages_Admin::deleteDefinitions($_GET[$_module], $_GET['group'], $_GET['batch']);
     if ($deleted) {
         $result['rpcStatus'] = RPC_STATUS_SUCCESS;
     }
     echo json_encode($result);
 }