ADVERTISEMENT

'Former PNP chief yan?': Solons disappointed with Dela Rosa 

Published May 9, 2024 03:17 am

At A Glance

  • House members have brought up Senator Ronald "Bato" dela Rosa's former position as Philippine National Police (PNP) chief in their continued criticism of the "PDEA leaks" probe. 

Bato dela Rosa.jpgSenator Ronald "Bato" dela Rosa

 

 

 

 

 

 

 

House members have brought up Senator Ronald "Bato" dela Rosa's former position as Philippine National Police (PNP) chief in their continued criticism of the "PDEA leaks" probe. 

The Senate Committee on Public Order chaired by Dela Rosa, a reelectionist, has so far treated the testimony of dismissed Philippine Drug Enforcement Agency (PDEA) intelligence officer Jonathan Morales as verbal gold, despite what congressmen described as his unsavory credentials. 

"I expected more from [Senator Dela Rosa]," Deputy Speaker Quezon 2nd district Rep. David “Jay-jay” Suarez said in a press conference Wednesday, May 8. 

“Not only did I expect more from the good Senator (Bato), but I expected more from the Senate leadership … When it comes to the Senate, for the past two hearings that they had, I really don’t understand why they are spending so much time, effort, money, and resources sa mga bagay-bagay na wala namang katotohanan (on things that aren't true),” Suarez said. 

Assistant Majority Leader Lanao del Sur 1st district Rep. Zia Alonto Adiong is equally bewildered as to why Dela Rosa chooses to believe Morales over PDEA Director General Moro Virgilio Lazo. 

“Si Senator Bato is a friend, and being a policeman – he is a former PNP chief – alam ho niya ‘yong rules of evidence (he know the rules of evidence). If your goal really is to achieve a successful prosecution, you have to have a legal basis and a sound evidence to prove your case,” Adiong said at the same presser. 

Morales claimed to have prepared and signed the documents purportedly revealing the agency’s anti-illegal drug operations targeting then-senator and now President Ferdinand “Bongbong” Marcos Jr. and actress Maricel Soriano in 2012. Lazo has told the Dela Rosa panel that the alleged documents do not exist.  

Everything that Morales testified to, Adiong said, is hearsay and cannot be used as evidence. 

“Everything is hearsay...You present your case, your evidence, to the fiscal, to the prosecutor. If there’s no evidence, solid evidence, automatic that would go to waste, kumbaga automatic dismissed na po ‘yan (in other words the case is automatically dismissed)," he explained. 

Another assistant majority leader in Ako Bicol Party-list Rep. Jil Bongalon agreed with his colleagues and called Morales a "pathological liar". 

"Well, I agree with the question 'no. What we have is a chairman who is a former PNP chief. Having served the PNP for several years. And having said that we expect him to be well versed and knowledgeable, especially in rules and evidence and investigation. So personally, I am very disappointed with the way Sen. Bato dela Rosa conducted the hearing. Why? What we have is a witness who is a pathological liar," Bongalon said. 

The Bicol lawmaker was referring to the alleged false testimonies that Morales has given jn the past. 

House Committee on Dangerous Drugs Committee Chairman Surigao del Norte 2nd district Rep. Robert Ace Barbers shared the same sentiments about the Senate panel hearing. 

“The people were tortured in listening to Mr. Morales’ arrogant presentation of myths and fairy tales, hearsays and double hearsays, uncorroborated and unfounded allegations without an iota of evidence to support them,” he said. 

“I am no expert in the rules on evidence, but it would be foolhardy for anybody to validate and authenticate any evidence, the existence of which was already denied by the agency which is the official custodian of  such documents. If the document is fake, we should not waste time looking for the original because there is none,” Barbers said. 

Dela Rosa is a known ally of former president Rodrigo Duterte, a Marcos administration critic. 

Dela Rosa served as the first PNP chief during the Duterte administration. 

Related Tags

Ronald Bato dela Rosa PNP chief Jonathan Morales pdea leaks
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.