This function is supposed to react when the new state differs from the old one so it can log the new state. The check however returned early in case of inequality, which defeats the purpose of the function.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This function is supposed to react when the new state differs from the old one so it can log the new state. The check however returned early in case of inequality, which defeats the purpose of the function.