[freeside-commits] branch FREESIDE_4_BRANCH updated. 8eac4a2df15bd985c2c1192bd7fe2a74ed8937fe
Ivan
ivan at 420.am
Mon Nov 23 14:56:34 PST 2015
The branch, FREESIDE_4_BRANCH has been updated
via 8eac4a2df15bd985c2c1192bd7fe2a74ed8937fe (commit)
from 29d463abb96be9ca13da57f3d1d25ef1d0043e43 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8eac4a2df15bd985c2c1192bd7fe2a74ed8937fe
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 23 14:56:33 2015 -0800
obsolete ASCII warning
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index fafceac..d27a614 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -2975,7 +2975,6 @@ May not be null.
sub ut_name {
my( $self, $field ) = @_;
-# warn "ut_name allowed alphanumerics: +(sort grep /\w/, map { chr() } 0..255), "\n";
$self->getfield($field) =~ /^([\p{Word} \,\.\-\']+)$/
or return gettext('illegal_name'). " $field: ". $self->getfield($field);
my $name = $1;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Record.pm | 1 -
1 file changed, 1 deletion(-)
More information about the freeside-commits
mailing list