ADVERTISEMENT

Lacanilao's 2-day detention a 'gentle slap on the wrist', Imee Marcos says

Published Apr 22, 2025 05:14 am

Senator Imee Marcos called the detainment of Special Envoy on Transnational Crime Ambassador Markus Lacanilao a "gentle slap on the wrist".

viber_image_2025-04-22_10-10-04-886.jpg
Photo from the Senate’s Office of the Sergeant at Arms (OSAA)

In a statement on Tuesday, April 22, Marcos said that Lacanilao should have been detained immediately since the rules do not even mention a need for a show-cause order.

"However, instead of immediate detention, Lacanilao was given 11 days before he was eventually ordered to be detained. In contrast, it took the administration only several hours to arrest and whisk FPRRD (Former President Rodrigo Roa Duterte) out of the country," she said.

Adding insult to injury, Marcos said that Lacanilao is to be detained for only two days.

"While ordinary people are locked up until they purge themselves of the contempt, as sanctioned by Section 18, Resolution No. 5, Series of 2010, as amended, Lacanilao is given an ever so gentle slap on the wrist," she said.

"Apparently, the rules only apply to ordinary people and not to people like Lacanilao who is favored by the powers that be," she added.

Senate President Francis "Chiz" Escudero ordered that Lacanilao be placed under Senate custody for a period not exceeding two days in connection to the contempt order against him during the hearing of the Senate Committee on Foreign Relations on April 10 for testifying evasively.

Escudero said that after careful evaluation, Lacanilao failed to satisfactorily explain through a clear statement of facts why his answers during the hearing were not evasive.

"Further he is admonished to attend future hearings and provide truthful answers to questions propounded during the inquiry," he added.

In a statement from Senate Spokesperson Atty. Arnel Jose Bañas, Lacanilao was placed under Senate custody on Monday, April 21. He said that Lacanilao voluntarily presented himself before the Upper Chamber to personally receive and comply with the order.

Marcos, who chaired the Senate panel inquiry, earlier expressed her disappointment to Escudero's refusal to sign the contempt order. Marcos said that he was cited for contempt for lying and giving misleading statements on the arrest of Duterte.

But Escudero answered back, telling Marcos not to use the Senate as a platform for her political objectives and instead urge her to use her name, title, and influence as a bridge toward unity, not a wedge for division.

Escudero stated that members of the Senate are fully aware that under the Rules of the Senate, the power of a committee chairperson to order the arrest or detention of any resource person cited in contempt was subject to the approval of the Senate President.

He also clarified that he did not refuse to sign the contempt order against Lacanilao. What happened was that Marcos released her statement and flaunted to the media her signed arrest and detention order even before he could see, much less, receive a copy of it.

A show-cause order was later issued against Lacanilao to explain within five days why he should not be cited in contempt.

Related Tags

Senate Committee on Foreign Relations special envoy Senate President Francis "Chiz" Escudero Matalinong boto 2025 Senator Imee Marcos
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.