diff --git a/synchro/replica.php b/synchro/replica.php index 86be86c287..c04f710a4f 100644 --- a/synchro/replica.php +++ b/synchro/replica.php @@ -1,5 +1,5 @@ false)); $oBlock->Display($oP, 1); break; + + case 'select_for_deletion': + // Redirect to the page that implements bulk delete + $sDelete = utils::GetAbsoluteUrlAppRoot().'pages/UI.php?'.$_SERVER['QUERY_STRING']; + header("Location: $sDelete"); + break; } } catch(CoreException $e) @@ -84,5 +90,4 @@ catch(Exception $e) $oP->p($e->getMessage()); } -$oP->output(); -?> +$oP->output(); \ No newline at end of file