From 08abe00b284a093684ab5ec67737fb3ccf1b05e7 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 22 Jan 2022 14:23:52 +0100 Subject: [PATCH] Cosmetic --- include/contact.inc.php | 2 ++ unit-test/include/class/contactTest.php | 1 + 2 files changed, 3 insertions(+) diff --git a/include/contact.inc.php b/include/contact.inc.php index ec900e53a..6fb05e8e6 100644 --- a/include/contact.inc.php +++ b/include/contact.inc.php @@ -66,6 +66,7 @@ if ($low_action == "list") ?>
+
">
+

append("delete from fiche_detail where f_id in (select f_id from fiche where fd_id = $1 )"); $sql->append("delete from fiche where f_id not in (select f_id from fiche_detail where $1=$1)");