That line of code is simply telling the database to reset the verified field back to '0' if someone updates their email address.
So if the entered email address doesn't match the email address already in the database, set the email verified column to 0, otherwise if the email address hasn't changed, leave the verified value what it already was before the update.