freeside/FS/FS h_svc_forward.pm,1.2,1.3
Kristian Hoffmann
khoff at pouncequick.420.am
Wed Mar 30 16:31:35 PST 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv3589
Modified Files:
h_svc_forward.pm
Log Message:
Another missing 'u'.
Index: h_svc_forward.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/h_svc_forward.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- h_svc_forward.pm 3 Mar 2005 10:25:21 -0000 1.2
+++ h_svc_forward.pm 31 Mar 2005 00:31:29 -0000 1.3
@@ -2,7 +2,7 @@
use strict;
use vars qw( @ISA );
-se FS::Record qw(qsearchs);
+use FS::Record qw(qsearchs);
use FS::h_Common;
use FS::svc_forward;
use FS::h_svc_acct;
More information about the freeside-commits
mailing list