From: ivan Date: Fri, 19 Mar 2004 12:36:01 +0000 (+0000) Subject: use FS::svc_domain explicitly X-Git-Tag: NET_WHOIS_RAW_0_31~52 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f1ddcafa4ef383b57357e7e4100b974044f14803 use FS::svc_domain explicitly --- diff --git a/FS/FS/ClientAPI/passwd.pm b/FS/FS/ClientAPI/passwd.pm index 96110ef3a..cb839ecef 100644 --- a/FS/FS/ClientAPI/passwd.pm +++ b/FS/FS/ClientAPI/passwd.pm @@ -3,7 +3,7 @@ package FS::ClientAPI::passwd; use strict; use FS::Record qw(qsearchs); use FS::svc_acct; -#use FS::svc_domain; +use FS::svc_domain; use FS::ClientAPI; #hmm FS::ClientAPI->register_handlers(