no newline at EOF
This commit is contained in:
parent
184f8e143e
commit
8eea856131
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue