ADVERTISEMENT

Sec Remulla denies memorandum on return of 12 high-profile inmates from Sablayan Prison to Bilibid

Published Sep 13, 2023 09:00 am

viber_image_2023-09-13_15-13-10-517.jpg

Justice Secretary Jesus Crispin C. Remulla on Wednesday, Sept. 13, denied that he issued a memorandum circular which ordered the return to the New Bilibid Prison (NBP) in Muntinlupa City of 12 high-profile persons deprived of liberty (PDLs) who are detained at the maximum security facility of the Sablayan Prison and Penal Farm (SPPF) in Occidental Mindoro.

Remulla then ordered the National Bureau of Investigation (NBI) to find out who is behind the fake memorandum circular as he advised Bureau of Corrections (BuCor) Director General Gregorio Pio P. Catapang Jr. to be careful against suspicious directives coming from the secretary of the Department of Justice (DOJ).

“Ang tingin namin d’yan meron ding mga empleyado ‘yan na kasabwat sa pagpapalabas niyan (I believe that certain government employees are in connivance in the issuance that memorandum circular),” he said during a press briefing.

“‘Yan ang aming pinapahanap sa NBI ngayon at hahanapin namin talaga (I have instructed the NBI to find out who are behind this),” said Remulla who expressed suspicion that employees from the DOJ and BuCor could be involved.

He also told journalists: “May usapan na kami ni DG Catapang na mag-ingat sa lahat ng communications (I have talked to Director General Catapang to be careful about all communications).”

“‘Pag may konting duda validate lalo na pagka hindi pinag-usapan at bigla na lang may lumitaw na order (Validate when there is doubt, especially when there were no talks on the issue and suddently an order appears),” Remulla said on his instruction to Catapang.

The secretary took action after learning about the fake Memorandum Circular No. 003 addressed to Catapang dated Sept. 8 that was emailed to various officials and offices of the DOJ.

The fake memorandum circular which also bore the signature of Remulla instructed Catapang of “transferring back to the New Bilibid Prison (NBP) Muntinlupa the custody” of the 12 high-profile inmates, namely, Noel G. Martinez, Jerry R. Pepino, Herbert R. Colangco, Tomas B. Donina, Jaime V. Patio, Rodolfo T. Magleo, Engelberton A. Durano, German L. Agojo, Hans Anton Tan, Joel D. Capones, Peter Co and Nonilo A. Arile.

The document indicated that they are being kept at the Pasugui Sub-Prison in SPPF.

The fake circular noted that the 12 inmates are under the Witness Protection Program (WPP) and have testified against detained former senator Leila M. de Lima in the charges she is facing before the Muntinlupa City Regional Trial Court (RTC) over her involvement in the illegal drug trading at the NBP.

“Malamang kung sila ang makikinabang sila rin ang gumawa niyan (If these inmates feel they would be benefited by the circular then they must have a hand in the preparation of the fake document),” Remulla said.

 “Gusto lang talaga nila makabalik muli sa Muntinlupa (They just want to return to Muntinlupa),” he added.

Remulla the 12 inmates that their prison sentence could get extended if they continue to commit such crimes.

He also said that government employees found involved could be charged with falsification of public documents and could be sentenced to imprisonment.  They could also be removed from the service and their benefits forfeited..

“Hindi po biro ang gumawa ng ganito dokumento. Ito po ay may karampatang parusa (It is no joke to make such fake documents. There is a corresponding punishment for that),” he warned. 

 

 

Related Tags

DOJ BuCor
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.