no newline at EOF

This commit is contained in:
Friendika 2010-12-05 19:42:28 -08:00
parent 184f8e143e
commit 8eea856131
2 changed files with 5 additions and 1 deletions

View File

@ -225,3 +225,4 @@ overflow:hidden;
and then in your code surround the img tag with a div with the class name of no_cake.
Cheers

View 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)
);
}