as per title
if the user manually closes a message (that is actually already set to closed by the while loop in the _json function), it will trigger a duplicate key error from the drupal_write_record in the close function.
simple solution, stick an @ before the drupal_write_record in the pmgrowl_close function
Comments
Comment #1
George2 commentedwell, the 'better' solution would be to use try / catch! no patch yet, but it's trivial to make ;)
Comment #2
berdirHandled as part of #641976: Big Patch that fixes many bugs