freeside/FS/FS h_svc_www.pm,1.2,1.3
Kristian Hoffmann
khoff at pouncequick.420.am
Wed Mar 30 13:09:07 PST 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv29133
Modified Files:
h_svc_www.pm
Log Message:
typo. 'use', not 'se'.
Index: h_svc_www.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/h_svc_www.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- h_svc_www.pm 3 Mar 2005 10:25:21 -0000 1.2
+++ h_svc_www.pm 30 Mar 2005 21:09:05 -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_www;
use FS::h_domain_record;
More information about the freeside-commits
mailing list