From: khoff Date: Wed, 30 Mar 2005 21:09:05 +0000 (+0000) Subject: typo. 'use', not 'se'. X-Git-Tag: BEFORE_FINAL_MASONIZE~619 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1acd09579366e4deb95f75af565c7e5a887029e9;p=freeside.git typo. 'use', not 'se'. --- diff --git a/FS/FS/h_svc_www.pm b/FS/FS/h_svc_www.pm index c6f347dac..30ec366e4 100644 --- a/FS/FS/h_svc_www.pm +++ b/FS/FS/h_svc_www.pm @@ -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;