group work, dfrn_poll

This commit is contained in:
Mike Macgirvin 2010-07-05 03:33:02 -07:00
parent 766b317070
commit f5826105bf
6 changed files with 108 additions and 105 deletions

View file

@ -52,7 +52,7 @@ function contacts_post(&$a) {
}
}
if($intval($contact_id))
q("DELETE * FROM `item` WHERE `contact-id` = %d ",
q("DELETE FROM `item` WHERE `contact-id` = %d LIMIT 1",
intval($contact_id)
);