]> git.mxchange.org Git - friendica.git/commitdiff
no newline at EOF
authorFriendika <info@friendika.com>
Mon, 6 Dec 2010 03:42:28 +0000 (19:42 -0800)
committerFriendika <info@friendika.com>
Mon, 6 Dec 2010 03:42:28 +0000 (19:42 -0800)
cropper/cropper.html
include/Contact.php

index 6e3f09ebc04dcd4e9daa907649bd6ae2c8fb38cf..2362352474927787b693b256c1db158caec103a6 100644 (file)
@@ -224,4 +224,5 @@ overflow:hidden;
 
 and then in your code surround the img tag with a div with the class name of no_cake.
 
-Cheers
\ No newline at end of file
+Cheers
+
index a514a119caae9b5115b6ce40366dcc787ea172b6..98d3e7c0b1083a40b15ff6802f7724c5ce37d2cd 100644 (file)
@@ -34,6 +34,9 @@ function contact_remove($id) {
        q("DELETE FROM `photo` WHERE `contact-id` = %d ",
                intval($id)
        );
+       q("DELETE FROM `mail` WHERE `contact-id` = %d ",
+               intval($id)
+       );
 }