summaryrefslogtreecommitdiff
path: root/FS/FS/Record.pm
diff options
context:
space:
mode:
authorC.J. Adams-Collier <cjac@colliertech.org>2014-09-18 11:56:02 -0700
committerC.J. Adams-Collier <cjac@colliertech.org>2014-09-18 11:56:02 -0700
commit3c036f878548a8aab8ff88911a7b238e20d68bbe (patch)
treeae3460e02097e8541553d1aea6046ab67b05d0e2 /FS/FS/Record.pm
parentd54644e17fc84f3853ca020ae68605e7900855fb (diff)
FS RT #30831 - passing the ISO 3166-1 alpha-2 country code to ut_phonen
Diffstat (limited to 'FS/FS/Record.pm')
-rw-r--r--FS/FS/Record.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 4915b96..51cb6dc 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -2649,8 +2649,8 @@ sub ut_alpha_lower {
Check/untaint phone numbers. May be null. If there is an error, returns
the error, otherwise returns false.
-Takes an optional two-letter ISO country code; without it or with unsupported
-countries, ut_phonen simply calls ut_alphan.
+Takes an optional two-letter ISO 3166-1 alpha-2 country code; without
+it or with unsupported countries, ut_phonen simply calls ut_alphan.
=cut