[freeside-commits]
freeside/FS/FS/part_export shellcommands.pm, 1.39, 1.39.2.1
Ivan,,,
ivan at wavetail.420.am
Thu Jun 29 08:45:54 PDT 2006
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail:/tmp/cvs-serv19916
Modified Files:
Tag: FREESIDE_1_5_BRANCH
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.39.2.1
diff -u -d -r1.39 -r1.39.2.1
--- shellcommands.pm 1 Dec 2005 17:36:48 -0000 1.39
+++ shellcommands.pm 29 Jun 2006 15:45:52 -0000 1.39.2.1
@@ -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