diff options
author | Friendika <info@friendika.com> | 2010-12-05 19:42:28 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-05 19:42:28 -0800 |
commit | 8eea856131ac95b19641afd8c8fac7d7b9abed92 (patch) | |
tree | 1bbb71580859abef5a601c6360b0f645fe2a42b0 | |
parent | 184f8e143e29b998620ba4daf89084b3a17a32cc (diff) | |
download | volse-hubzilla-8eea856131ac95b19641afd8c8fac7d7b9abed92.tar.gz volse-hubzilla-8eea856131ac95b19641afd8c8fac7d7b9abed92.tar.bz2 volse-hubzilla-8eea856131ac95b19641afd8c8fac7d7b9abed92.zip |
no newline at EOF
-rw-r--r-- | cropper/cropper.html | 3 | ||||
-rw-r--r-- | include/Contact.php | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cropper/cropper.html b/cropper/cropper.html index 6e3f09ebc..236235247 100644 --- a/cropper/cropper.html +++ b/cropper/cropper.html @@ -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 + diff --git a/include/Contact.php b/include/Contact.php index a514a119c..98d3e7c0b 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -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) + ); } |