From: ivan Date: Wed, 19 Sep 2001 19:28:17 +0000 (+0000) Subject: ;args X-Git-Tag: freeside_1_4_0pre11~325 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bde088d345e93b12c88072c4a3fb5f021ffc9157 ;args --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 194c8b749..4b902ffbd 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -12,7 +12,7 @@ use Carp; use FS::Conf; use FS::Record qw( qsearch qsearchs fields dbh ); use FS::svc_Common; -use Net::SSH qw(ssh); +use Net::SSH; use FS::part_svc; use FS::svc_acct_pop; use FS::svc_acct_sm; @@ -869,14 +869,14 @@ sub email { sub ssh { my @args = @_; - ssh(@args,">>/usr/local/etc/freeside/sshoutput 2>&1"); + &Net::SSH::ssh(@args,">>/usr/local/etc/freeside/sshoutput 2>&1"); } =back =head1 VERSION -$Id: svc_acct.pm,v 1.42 2001-09-19 19:19:00 ivan Exp $ +$Id: svc_acct.pm,v 1.43 2001-09-19 19:28:17 ivan Exp $ =head1 BUGS