typo. 'use', not 'se'.
authorkhoff <khoff>
Wed, 30 Mar 2005 21:09:05 +0000 (21:09 +0000)
committerkhoff <khoff>
Wed, 30 Mar 2005 21:09:05 +0000 (21:09 +0000)
FS/FS/h_svc_www.pm

index c6f347d..30ec366 100644 (file)
@@ -2,7 +2,7 @@ package FS::h_svc_www;
 
 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;