]> git.mxchange.org Git - friendica.git/commitdiff
remove "blubb"
authorMichael <heluecht@pirati.ca>
Mon, 28 Nov 2016 21:48:06 +0000 (21:48 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 28 Nov 2016 21:48:06 +0000 (21:48 +0000)
include/remove_contact.php

index 153b98805a226b775b69bd787cd411777fb0c2d8..dcf917322bd603699d15c5f459a5fed47ad2ecd3 100644 (file)
@@ -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));