Drupal:I am getting one notification too many times in drupal -
i using drupal 7.here want print notification when form added/updated. here getting notification many times notification has been coming.
for example:
your mail has been sent member.
your mail has been sent member.
your mail has been sent member.
like getting 1 notification many times.
here using code drupal_set_message('your mail has been sent member.');
please 1 me out,i provide information if need.
thanks in advance.
looks drupal_set_message being called many times. place log message before calling drupal_set_message trace it.
you can define boolean variable check if message have been set already.
Comments
Post a Comment