From: Michael Date: Mon, 28 Nov 2016 21:48:06 +0000 (+0000) Subject: remove "blubb" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e7ef34298a47ce5a8d7b85f93aa138662e3dc146;p=friendica.git remove "blubb" --- 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));