ADVERTISEMENT

Why the PNP could not just revoke Quiboloy's gun licenses

Published Apr 23, 2024 03:50 am

Following the filing of criminal cases against Kingdom of Jesus Christ (KOJC) leader Apollo Quiboloy, the Philippine National Police (PNP) has been the subject of calls for revocation of the licenses of his 19 registered firearms.

But why does the PNP would not do that considering that an arrest warrant was even issued against the religious leader?

There are rules that must be followed, rules that are stipulated in the Republic Act 10591 in connection with the revocation of gun licenses, according to PNP spokesperson Col. Jean Fajardo.

Citing provisions of the law, Fajardo said there are specific grounds for revocation, suspension and cancellation of gun ownership, particularly the License to Own and Possess Firearms (LTOPF) which is the main requirement to buy and own a gun.

They are:

·       Conviction in a crime involving moral turpitude

·       Loss of firearm or ammunition or any parts thereof through negligence 

·       Carrying of firearm, ammunition or major parts outside of residence or workplace without the necessary permit

·       Carrying of firearm, ammunition, or major parts in prohibited places

·       Dismissal for cause from the service in case of government officials and employees

·       Commission of any of the acts penalized by RA 9165

·       Submission of falsified documents or misrepresentation in the application to obtain a license or permit

·       Non-compliance of reportorial requirements 

·       Through court order 

·       Conviction in any crime that carries more than six years of imprisonment  

 “These are the grounds specified under the law where the PNP could suspend, revoke or cancel the LTOPF of a particular individual or group for that matter, including the PTCFOR (Permit to Carry Firearms Outside Residence),” said Fajardo.

“If we look at them, none of those grounds would fall in the case of Pastor Quiboloy,” she added.

The case of Section 4g

Nevertheless, there is a provision under Section 4g of RA 10591 that may be applied in the case of Pastor Quiboloy.

And this provision, according to Fajardo, is now being studied by the Firearms and Explosive Office (FEO) of the PNP.  

The provision is under Article II (Ownership and Possession of Firearm)  and stated that one of the Standards and Requisites for Issuance of and Obtaining a License to Own and Possess Firearms is that: “(g) The applicant has not been convicted or is currently an accused in a pending criminal case before any court of law for a crime that is punishable with a penalty of more than two (2) years.”

The part stating that “an accused in a pending criminal case before any court of law for a crime that is punishable with a penalty of more than two (2) years” is now being deliberated by the FEO board on whether or not it could apply to Quiboloy.

The cases filed against Quiboloy before the Pasig and Davao City courts include charges which carry a penalty of life imprisonment (qualified trafficking), and a crime that is considered as a capital offense (child and sexual abuse).

Can it be used?

The problem with that provision is that it appears to apply to applicants to own firearms. 

“That is a requisite for issuance and obtaining of an LTOPF. This means that a particular individual or juridical entity for that matter, during the application for LTOPF and gun registration must meet this qualification and requirement,” said Fajardo. 

In the case of Quiboloy, he was already a gun owner before the cases were filed against him.

 The focus of the deliberation in the PNP is whether or not such a requirement, under Section 4g, is a “continuing qualification”. 

“This is now being studied by the FEO if this could apply. We are waiting for the resolution of the FEO for the approval of the Chief PNP of the possible revocation, cancellation of the LTOPF of Pastor Quiboloy and other accused in these cases filed before the Davao City RTC and Pasig City,” said Fajardo.

 

 

Related Tags

Apollo Quiboloy gun license Philippine National Police
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.