[freeside-commits] freeside/FS/FS part_export.pm,1.106,1.107

Ivan,,, ivan at wavetail.420.am
Mon Jun 13 14:07:51 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv18817/FS/FS

Modified Files:
	part_export.pm 
Log Message:
forward_sql export, RT#13247

Index: part_export.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export.pm,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -w -d -r1.106 -r1.107
--- part_export.pm	18 Jan 2011 02:46:35 -0000	1.106
+++ part_export.pm	13 Jun 2011 21:07:49 -0000	1.107
@@ -462,7 +462,7 @@
     }
     unless ( keys %$info ) {
       warn "no %info hash found in FS::part_export::$mod, skipping\n"
-        unless $mod =~ /^(passwdfile|null)$/; #hack but what the heck
+        unless $mod =~ /^(passwdfile|null|.+_Common)$/; #hack but what the heck
       next;
     }
     warn "got export info from FS::part_export::$mod: $info\n" if $DEBUG;



More information about the freeside-commits mailing list