[freeside-commits] freeside/httemplate/edit/process cust_main.cgi, 1.27, 1.28

Ivan,,, ivan at wavetail.420.am
Thu Dec 14 16:56:14 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv12702/httemplate/edit/process

Modified Files:
	cust_main.cgi 
Log Message:
add DateTime as a proper rather than hidden dependency

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cust_main.cgi	14 Dec 2006 06:00:46 -0000	1.27
+++ cust_main.cgi	15 Dec 2006 00:56:11 -0000	1.28
@@ -57,8 +57,6 @@
 %}
 %
 %if ( $cgi->param('birthdate') && $cgi->param('birthdate') =~ /^([ 0-9\-\/]{0,10})$/ ) {
-%  eval "use DateTime::Format::Strptime;";
-%  die $@ if $@;
 %  my $conf = new FS::Conf;
 %  my $format = $conf->config('date_format') || "%m/%d/%Y";
 %  my $parser = DateTime::Format::Strptime->new(pattern => $format,



More information about the freeside-commits mailing list