[freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.39, 1.40

Ivan,,, ivan at wavetail.420.am
Thu Jun 29 08:45:59 PDT 2006


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail:/tmp/cvs-serv19924

Modified Files:
	shellcommands.pm 
Log Message:
small patch to set $new_finger from Tim Yardley

Index: shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- shellcommands.pm	1 Dec 2005 17:36:48 -0000	1.39
+++ shellcommands.pm	29 Jun 2006 15:45:57 -0000	1.40
@@ -257,7 +257,7 @@
     ${"old_$_"} = $old->getfield($_) foreach $old->fields;
     ${"new_$_"} = $new->getfield($_) foreach $new->fields;
   }
-  $new_finger =~ /^(.*)\s+(\S+)$/ or $finger =~ /^((.*))$/;
+  $new_finger =~ /^(.*)\s+(\S+)$/ or $new_finger =~ /^((.*))$/;
   ($new_first, $new_last ) = ( $1, $2 );
   $new_first = shell_quote $new_first;
   $new_last = shell_quote $new_last;



More information about the freeside-commits mailing list