ADVERTISEMENT

Concerns raised on 'maligning of BuCor, jail facilities' in TV series 'Batang Quiapo'

Published Oct 17, 2023 07:11 am

The Bureau of Corrections (BuCor) has raised concerns that tend to malign the reputation of the bureau and its national penitentiaries in the popular television series "Batang Quiapo."

BuCor Deputy Director General for Administration Al I. Perreras sent a letter to to ABS-CBN network and the producers of "Batang Quiapo" with Coco Martin as the leading actor. 

In his letter, Perreras said that he "received insistent clamor from Bucor officials and employees themselves who had seen the program and called the attention on the misleading concepts about the bureau as portrayed in said television series and requested the people behind the show to immediately refrain from depicting scenes that malign the reputation of the agency and its employees.”

“While the show makes use of a different agency appellation, it cannot be helped but notice that the same makes a clear and undeniable reference to the National Penitentiary or the New Bilibid Prison which this Bureau represents and hence, may affect or influence the perceptions of the viewers about our agency,” Perreras also said in the letter. 

Although the television series has a disclaimer presented at the start of every episode, Perreras pointed out “we still take offense on the fact that due to the very close association, borne of said depictions, the same will be generally injurious to the image of the BuCor especially in these times that our Head, Director General Gregorio Pio P. Catapang Jr. is in the midst of an organizational cleansing to genuinely reform BuCor.”

The episodes cited by Perreras in his letter included those that came out on Sept. 22, 27, and Oct. 3 and 9:

  • September 22 Episode Scene: PDL named "Bong," portrayed by Mr. Vandolph Quizon and actors playing as Officers conspired to kill a certain Congressman through the instruction of “Chief Espinas" played by Ms. Jacqueline Jose, portraying as the Head of the "Corrections Agency"
  • September 27 Episode Scene: PDL Bong was already given an instruction and was ordered to kill the congressman
  • October 03 Episode Scene: PDL Bong got out of the cell to execute the job with the knowledge of Chief Espinas
  • October 09 Episode (Teaser) Scene: PDL "Tanggol" portrayed by Coco Martin was ordered to do the killing of the congressman, he will get out of his cell purportedly to carry out the task.

Perreras also also cited “scenes wherein actors posing as Corrections Officers were wearing uniforms that consistently identical to the uniforms being worn by BuCor Commissioned and Non-Commissioned officers.”

Upon receipt of the letter, Coco Martin, actor Mark Lapid and ABS-CBN chief operating officer Cory Vidanes made a courtesy call on Tuesday, Oct. 17, with BuCor Director General Catapang to assure that there was no intention to besmirch the bureau.

In a press statement, BuCor said Martin explained to Catapang: “Kaya po kami nandito ngayon para personal po na humingi ng paumanhin pero wala po kaming intensyon na manira or makasakit, wag po kayong mag alaala at lahat naman po ng yan ay binabalanse natin (We are here to personally apologize and assure that we have no intention to demean or hurt anyone. Do not worry we are trying to balance everything).”

“Lapid asked Bucor officials to at least give them until December to adjust,” BuCor said. 

For his part Catapang told his visitors: “I just hope that in the end and as always, good will triumph against evil. I look forward to seeing those characters who are playing villains in your series will be exposed and persecuted or redeem themselves to show to the public that crime does not pay and the long arm of the law will caught up for those who disregarded it.”

 

 

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.