ADVERTISEMENT

Baguio City judge linked to illegal drugs by Duterte in 2016 found guilty by SC

Published Jan 28, 2021 12:50 pm

One of the seven trial court judges who were linked by President Duterte to illegal drugs in 2016 has been found guilty of gross ignorance of the law, gross misconduct, and violations of the New Code of Conduct for the Philippine Judiciary.

Supreme Court (SC)
(MANILA BULLETIN)

But the SC could no longer order the dismissal of Baguio City Regional Trial Court (RTC) Judge Antonio C. Reyes, who handled mostly illegal drugs cases, because he had mandatorily retired from the Judiciary on Nov. 20, 2017 during the pendency of his administrative case.

Nevertheless, the SC – in a resolution released last Jan. 26 – ordered the forfeiture of Reyes’ retirement benefits, except accrued leave credits, and barred his re-employment in any public office.

The SC upheld the findings of the investigation conducted by the office of Court Administrator Jose Midas P. Marquez based on recommendation by retired SC Associate Justice Roberto A. Abad who was tasked to do a fact-finding probe on the President’s allegations. Abad recommended the filing of an administrative case against Reyes.

Of the seven judges linked to illegal drugs by the President, only four of them were sitting judges when he made the public announcement on Aug. 7, 2016.

The SC, on recommendation of Abad, cleared three judges for lack of evidence.

In the case of Reyes, the SC in 2017 directed Marquez’s office to proceed with the inventory of cases handled by Reyes, to investigate the judge’s driver, and to request the National Bureau of Investigation (NBI) to locate the witnesses identified in Abad’s report.

Witnesses testified that Reyes, through his emissaries, received money for the dismissal of illegal drugs cases. He was found to have dismissed an illegal drugs case even on a second motion for reconsideration which is prohibited by the Rules of Court.

Based on the testimonies of witnesses, Reyes’ price of acquittals and dismissal of drug cases ranged from P200,000 to P300,000.

It was found that the modus operandi of Reyes was that he will prepare two decisions – one for acquittal and one for conviction – and his “bag men” or “bag woman” will then approach the family of the accused for money.

If the payment is given on time, the acquittal decision will be promulgated.

If not paid, the accused will be convicted.

It was also found that if the convicted person will file a motion for reconsideration and his family would come up with the demanded money, the judgment of conviction will be reversed and a judgment of acquittal will then be issued.

The inventory on the cases and the investigation conducted on Reyes disclosed the cases where dismissal of the charges and acquittal of the accused were done on drugs cases.

Citing results of the investigation, the SC said: “One such questionable acquittal was the case of accused Jericho Cedo…where the accused was acquitted on his second motion for reconsideration.”

“There were also numerous motu proprio (using one’s initiative) dismissals even before the prosecution rested its case,” it said.

It was also confirmed that Reyes’ bag woman visits detainees in Baguio City jail to ask for money in exchange for their acquittal.

Reyes was also found to have several “bag men,” one of whom was his driver.

Affirming the findings during the investigation and the results of the judicial audit, the SC said:

“All the allegations against respondent judge and the results of the judicial audit clearly show that he violated the Canons of Judicial Conduct.

“Respondent judge was remiss in the discharge of his judicial functions and with the allegation of corruption, damaged the integrity of the Judiciary which he represents.

“Judges are strictly mandated to abide by the law, the Code of Judicial Conduct and existing administrative policies in order to maintain the faith of our people in the administration of justice.

“Any act which falls short of the exacting standard for public office, especially on the part of those expected to preserve the image of the Judiciary, shall not be countenanced.

“Thus, in view of all the foregoing, this Court finds respondent Judge administratively liable for gross ignorance of the law, gross misconduct and violations of Canons 1, 2, and 3 of the New Code of Judicial Conduct, as such, respondent Judge should be meted the ultimate penalty of dismissal from service.”

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.