commit | 948a119c94f8b69760437c7d1e784b498cd9b766 | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Sat Sep 19 19:19:53 2009 -0700 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Sun Sep 20 13:32:06 2009 -0700 |
tree | fd7d49dbfa47e5017ffed31867a35e747a59c925 | |
parent | b3b8a9dac508afdbac8de93a31a752c60e34e254 [diff] |
Revert the default phone number comparation algorithm. Now developers have to explicitly set the third argument of PHONE_NUMBERS_COMPARE() into 1, when they want to use "strict" phone number comparation algorithm, which was used in Donut. In default, PHONE_NUMBER_COMPARE() now uses "loose" phone number comparation algorithm, which had been used in Cupcake. Internal issue id: 1892808