Thursday, June 26, 2025
29.4 C
Singapore

Gavin Edward O ‘Luanaigh @ Salahuddin Ghaffar,

  1. We hereby unequivocally retract the article entitled “Malaysian celebrity chef brings up former son-in-law’s infidelity” dated 29th August 2020 (‘the Article’) authored by our Lydia Koh which was published on our website at ‘theindependent.sg’.
  2. After revisiting the full facts, the statements contained within the Article are found to be factually inaccurate considering amongst others that the content of the Article revolves around the subject matter of a court action which is still pending the determination before the Malaysian court.
  3. With this, we unconditionally and completely withdraw the Article.
  4. We also undertake not to repeat the publication of the Article and / or words similar in nature with the words as contained in the Article.

Best Regards,

theindependent.sg

See also  Do you intimidate everyone around you without even realising it?

Hot this week

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); } });