[freeside-commits] branch FREESIDE_3_BRANCH updated. 23b594474ce15953c71ebd2d849cf7ad67d7f5a5
Ivan
ivan at 420.am
Wed Jan 28 03:35:56 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 23b594474ce15953c71ebd2d849cf7ad67d7f5a5 (commit)
from 8706262a6d18ef5103fb5972ca6443b73e700e6a (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 23b594474ce15953c71ebd2d849cf7ad67d7f5a5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 28 03:35:50 2015 -0800
fix throwing an error message trying to throw an error message about invalid email address, RT#29311
diff --git a/FS/FS/contact_email.pm b/FS/FS/contact_email.pm
index 4f78735..d3e4fb1 100644
--- a/FS/FS/contact_email.pm
+++ b/FS/FS/contact_email.pm
@@ -2,6 +2,7 @@ package FS::contact_email;
use base qw( FS::Record );
use strict;
+use FS::Msgcat qw( gettext );
use FS::Record qw( qsearch qsearchs );
use FS::contact;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/contact_email.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list