ADVERTISEMENT

No need to designate lead investigator in flood-control probe—Palace

Published Aug 14, 2025 02:35 pm
President Marcos has already laid out the system in the investigation of corruption-ridden flood-control projects, thus he no longer needs to designate someone to lead it. 
President Ferdinand R. Marcos Jr. leads the inspection of the Flood Mitigation Project in in Barangay San Isidro, Jaro, Iloilo City on Aug. 13, 2025. (Photo courtesy of PCO)
President Ferdinand R. Marcos Jr. leads the inspection of the Flood Mitigation Project in in Barangay San Isidro, Jaro, Iloilo City on Aug. 13, 2025. (Photo courtesy of PCO)
Palace Press Officer and Communications Undersecretary Claire Castro said this on Thursday, Aug. 14, as a response to Baguio City Mayor Benjamin Magalong's recommendation to appoint a lead investigator for the flood-control probe, which he is willing to take. 
Instead of leading the investigation, Castro urged Magalong to directly submit to the President the information or report he has. 
"Unang-una po, naibigay na po ng ating mahal na Pangulo ang mekanismo o sistema kung papaano ito maimbestigahan at nagbigay na nga rin po siya ng direktiba sa Regional Project Monitoring Committees (First of all, the President has already given the mechanism or system on the investigation and he has already given his directives to Regional Project Monitoring Committees)," Castro said.
"At kung anuman po ang maitutulong ni Mayor Magalong, mas maganda po na ito ay mailahad niya sa Pangulo at hindi naman po siguro kinakailangan pang magkaroon ng isang magli-lead sa probe dahil nga may mekanismo na po at sistema na ibinigay ang ating Pangulo (And whatever Mayor Magalong can contribute, it would be better for him to present it to the President, and it may no longer be necessary to have someone lead the probe since our President has already provided a mechanism and system for it)," Castro added.
The Palace officials further said that if Magalong has a complete report on the 67 congressmen allegedly involved in flood control projects, he can immediately submit it to the President.
"Hindi po ba mas magandang maibigay na niya ang report na ito sa ating Pangulo? At kung kinakailangan maidemanda o makasuhan nang may sapat na ebidensiya agad-agad na rin po itong dapat gawin (Wouldn't it be better for him to give this report to our President? And if it is necessary to file charges or lawsuits with sufficient evidence, that should also be done immediately)," Castro said.
Marcos doesn't want a 'witch hunt'
Asked if there is a possible movement in Marcos Cabinet, following the investigation of anomalous flood control projects, Castro said the President will not hastily fire anyone without evidence. 
She said the President does not want to do a "witch hunt."
"Hindi naman po kaagad-agad magsibak ang Pangulo, kung wala naman pong ebidensiya. Ulitin po natin, mahirap po iyong tinatawag na witch hunt na dahil nasabi lang na palpak ang lahat or halos ‘no, ng ibang mga proyekto patungkol sa flood control ay magsisibak na po ang Pangulo, ng mga tauhan mula DPWH (The President will not immediately dismiss people if there is no evidence. Let me repeat, it is difficult when there’s what we call a witch hunt—where just because it was said that all, or almost all, flood control projects have failed, the President would start dismissing officials from the DPWH)," Castro said. 
"Alamin po natin kung ano ang kanilang mga responsibilidad, kung anuman ang naging kanilang mga negligence at kung makikita po ng Pangulo, agad-agad ito hindi naman po mag-aatubili na sila ay sibakin sa puwesto (We should first find out what their responsibilities are, what negligence they may have committed, and if the President sees it clearly, he will not hesitate to remove them from their positions right away)," Castro added.
The President also did not give a timeline for the investigation, he just wants it to be done as soon as possible, Castro said.
During his inspection at a flood-mitigation project in Iloilo City on Wednesday, Marcos ordered the Department of Public Works and Highways (DPWH) to blocklist contractors who failed to deliver.

Related Tags

President Marcos flood control flood control projects anomaly Benjamin Magalong
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.