ADVERTISEMENT

SC urges gov't to improve jail facilities

Published Apr 11, 2025 07:09 am

The Supreme Court (SC) has called on the government to improve jail facilities to provide clean, adequately equipped, and sanitary facilities for persons arrested and detained. 

If the government continuously fail to improve jails or detention facilities in compliance with the standards set by law, the SC said that “when properly invoked,” it will not hesitate to act in upholding the existing rights of the detainees and inmates.

Supreme Court (SC).jpg

The SC’s declaration was contained in a decision that upheld the Office of the Ombudsman’s (OMB) dismissal of the complaint filed by the Commission on Human Rights (CHR) in 2017 against police officers in Tondo, Manila.

The decision was written by Associate Justice Antonio T. Kho Jr.

In its complaint, the CHR told the OMB that the police officers were operating a so-called “secret detention cell” inside the Raxabago Police Station 1 in Tondo.

The CHR said it discovered three men and nine women cramped in a small, dirty room hidden behind a wooden shelf. Video footage of the room was submitted, and the CHR claimed it was a “secret cell.” 

The police officers said the station was overcrowded at the time, holding 96 detainees despite being built for only 50. Thus, they said, a small room had to be used as a temporary holding area while detainees awaited investigation. 

They denied it was a “secret cell” since it was visible and had its own entrances.

The OMB dismissed the CHR’s complaint as it noted that the video footage presented by the commission was unclear and simply showed a dark room with a urinal. The OMB also noted that overcrowding in jails is a real issue. The CHR elevated the case to the SC.

In affirming the OMB’s ruling, the SC ruled there was no evidence of a secret detention cell or violation of the Anti-Torture Act of 2009 (Republic Act No. 9745), which bans hidden or solitary cells. 

It also found no bad faith on the part of the police officers as it noted that there were no other available spaces to hold the detainees at the time.

But the SC pointed out that detainees still have basic rights under the law, including the right to decent living conditions while in custody.

The SC also said:

“Notwithstanding the clear import of the duty and obligation of the State to provide for a clean, adequately equipped, and sanitary jail for the safekeeping of inmates, this enforcement remains to be seen. With this, the Court calls the policymakers, implementers, and stakeholders to urgently improve jail facilities.

“It does not escape the Court that the improvement of penal facilities may be restricted by a budget which only the Congress can provide and which the Court cannot compel to allocate. This budgetary constraint, however, does not mean that the inmates or detainees in prison or jail are not entitled to their right to live a decent life while in penal facilities. 

“The Court can still grant some form of relief to the detainees or prisoners therein, as the ultimate guardian of the Constitution.

“Hence, should the government agencies mandated with the safekeeping of inmates/detainees continue to fail in improving jails or detention facilities in compliance with the standards set by law, then the Court, when properly invoked, will not hesitate to act in upholding the existing rights of the detainees and inmates.

“Given the foregoing, the Court notes that this case involves a custodial facility within the PNP's (Philippine National Police) premises. Custodial facilities are for the holding of arrested persons under custodial investigation; hence, it is a facility for people deprived of liberty for a limited period. 

“Despite its temporariness, the people detained therein are also entitled to basic human rights. Necessarily, the PNP's custodial facilities should be clean, adequately equipped, and sanitary, with decent provisions of quarters, food, water, and the like, consistent with the penal facilities envisioned in Republic Act No. 10575, Republic Act No. 6975, and the Nelson Mandela Rules. 

“Thus, the Court calls the attention of the PNP to provide custodial facilities that are clean, adequately equipped, and sanitary. Persons deprived of liberty deserve no less.

“Accordingly, the Petition is denied. The Joint Resolution dated July 28, 2020 and the Joint Order dated May 18, 2021 of the Office of the Ombudsman in OMB-P-C-17-0193 are hereby affirmed. 

“Let copies of this Decision be furnished to the Congress, the Office of the President, the Department of the Interior and Local Government, the National Police Commission, and the Philippine National Police. So ordered.”

 

 

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.