Closed GoogleCodeExporter closed 9 years ago
Hi,
I'll look for a real solution later, but in the meantime, try:
* Change PwmSettings.properties:
REGEX_sms.defaultCountryCode=^\d{1,3}$
into
REGEX_sms.defaultCountryCode=^\d{0,3}$
* Change PwmSetting.java:
SMS_DEFAULT_COUNTRY_CODE(
"sms.defaultCountryCode", Syntax.NUMERIC, Category.SMS, true, Level.ADVANCED),
into
SMS_DEFAULT_COUNTRY_CODE(
"sms.defaultCountryCode", Syntax.NUMERIC, Category.SMS, false, Level.ADVANCED),
- Menno
Original comment by menno.pi...@gmail.com
on 21 Jun 2012 at 7:03
Issue 224 has been merged into this issue.
Original comment by menno.pi...@gmail.com
on 21 Jun 2012 at 7:03
Should be fixed in r434. Set code to 0 and prefix to none
Original comment by menno.pi...@gmail.com
on 10 Jul 2012 at 9:02
Original issue reported on code.google.com by
haqa...@gmail.com
on 21 Jun 2012 at 10:08