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

George2’s picture

well, the 'better' solution would be to use try / catch! no patch yet, but it's trivial to make ;)

berdir’s picture

Status: Active » Closed (duplicate)