Thursday, June 26, 2025
32.4 C
Singapore

Lawyer: Kong had used funds in good faith

By: Kheng-Liang Tan

Appealing against his earlier conviction for three counts of misappropriating church funds, the lawyer representing CHC pastor Kong Hee said in court yesterday that his client had acted in “good faith”

Senior Consel Edwin Tong said that while church funds have been used to fund Sun Ho’s music career, it did not necessarily mean that he had been honest as the “intention to put the funds to wrongful use is not the same as the intention to cause wrongful loss“.

Kong’s earlier defence that he had “almost religiously” consulted professionals about the bond transactions was reiterated, “[The] accused believed wholeheartedly that they were using church funds for an approved church purpose”

Last November, Kong Hee was sentenced to 8 years’ imprisonment by the High Court.

The court found that Kong had played a major role in channeling church funds intended for investments and building-related expenses into sham bonds, which were later used to fund the secular music career of Sun Ho.

See also  "She really needs a stylist" - More photos of Ho Ching wearing 'inappropriate' sandals at official functions circulate online

Hot this week

Jodie Burrage stunned by unusual incident at a tennis match in Eastbourne

British tennis player Jodie Burrage was stunned after losing...

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });