From e7ef34298a47ce5a8d7b85f93aa138662e3dc146 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 28 Nov 2016 21:48:06 +0000 Subject: [PATCH] remove "blubb" --- include/remove_contact.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/remove_contact.php b/include/remove_contact.php index 153b98805a..dcf917322b 100644 --- a/include/remove_contact.php +++ b/include/remove_contact.php @@ -33,7 +33,6 @@ function remove_contact_run($argv, $argc) { return; } -die("Blubb ".$id); q("DELETE FROM `item` WHERE `contact-id` = %d", intval($id)); q("DELETE FROM `photo` WHERE `contact-id` = %d", intval($id));