[freeside-commits] branch master updated. f68d7f0bf0dbf710fc0b03408723129a543838a3

Ivan ivan at 420.am
Mon Nov 23 14:56:47 PST 2015


The branch, master has been updated
       via  f68d7f0bf0dbf710fc0b03408723129a543838a3 (commit)
       via  92d2bdca43914e34555385b0326780e0462dcbc3 (commit)
      from  63cc43a59cf31b1d2f48c9bbdd0d87afd7bccb4d (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 f68d7f0bf0dbf710fc0b03408723129a543838a3
Merge: 92d2bdc 63cc43a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 23 14:56:43 2015 -0800

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 92d2bdca43914e34555385b0326780e0462dcbc3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 23 14:56:40 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