ADVERTISEMENT

Senate ready to accord ex-President Duterte respect, dignity in drug war probe

Published Oct 27, 2024 06:47 am

Senators are prepared to accord former President Rodrigo Duterte due courtesy and respect when he attends the Senate’s own investigation into the controversial anti-illegal drug campaign of his administration.

 

Senator Ronald “Bato” Dela Rosa assured that the former president will attend the Senate Blue Ribbon Subcommittee hearing on the Duterte administration’s so-called war on drugs which is scheduled on Monday, October 28. 

 

The names of Duterte, Dela Rosa, and Senator Christopher “Bong” Go were all mentioned in the House Quad Committee’s continuing investigation into the drug war and extrajudicial killings as the chief implementers in the brutal anti-illegal drug campaign.

 

Prior to this, Senate President Francis “Chiz” Escudero guaranteed that the former leader will be accorded with respect befitting his stature should he decide to attend the Senate’s investigation into his administration’s drug war campaign.

 

“Any resource person, whether former president or ordinary Filipino, deserves to be treated with respect, respect and full recognition of his human rights under our Constitution," Escudero had said in a press briefing last week.

 

Escudero said there is nothing unusual with the appearance of a former president in such kind of Senate proceedings, noting that the late former President Benigno Aquino III also attended the Upper Chamber’s hearing into the alleged anomalies in the procurement of anti-dengue vaccines in 2017. 

 

“Of course, being a former president, I expect the members of the Senate to give him due respect, not only as a person, not only as a Filipino, but as a former president of our country,” Escudero said.

 

Dela Rosa, for his part, said he is ready to share the truth about the Duterte administration’s war against illegal drugs saying he need not prepare for it since “the truth is here.”

 

“I know the truth that’s why they will not be able to make up a story with whatever allegations they are saying. We need to know the truth,” said the senator who was the chief implementer of Duterte’s “Oplan Tokhang” when he was then the Philippine National Police (PNP) chief.

 

“I will not be extra careful as far as the truth is concerned. I don’t care who would be hurt by my words, as long as all I'm after here is the truth, the truth will come out,” Dela Rosa said. 

 

Go welcomed the Senate’s own probe into the war on drugs, saying it is important for the public to know the whole truth about the previous government’s anti-drug operations. 

 

“Gusto natin na malaman ng taumbayan ang buong katotohanan. Kapag lumabas na ang totoo, mas makakafocus tayo sa pagseserbisyo. Lalo na ngayon na madaming nasalanta, naghihihirap at nangangailangan ng tulong (We want the people to know the whole truth. Once the truth comes out, we can focus more on servicing. Especially now that there are many victims, suffering and in need of help)," said Go in an interview.

 

De Lima, Duterte to face off at Senate probe

 

Former Senator Leila De Lima, one of the staunchest critics of the Duterte administration’s war on drugs, is said to also appear as a resource person before the Senate blue ribbon panel’s motu proprio inquiry. 

 

De Lima, former justice secretary and human rights chief will share her investigation’s findings and speak about the accountability of former president Duterte under Philippine law and international treaties over his controversial drug war.

 

The former senator earlier participated in the House Quad Comm hearing where she provided the history of the so-called “Duterte Death Squad”—the alleged vigilante group that started in Davao City and mobilized by the ex-president. 

 

Senate Minority Leader Aquilino “Koko” Pimentel III, who will lead the Senate subcommittee probe, said the Senate hearing will push through “with or without Duterte’s presence.”

 

Pimentel said his panel has invited more than 30 individuals to be resource persons in the hearing. 

 

“If he shows up, he (Duterte) can be a witness, if he doesn’t come, the hearing will still go on),” he said.

 

“Our hearing will not be held hostage by one person’s presence,” he said. 

 

 

Related Tags

Duterte administration Chiz Escudero Senate blue ribbon committee koko pimentel drug war probe Bato dela Rosa
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.