@ -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
@ -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 ",
}