From: ivan Date: Sat, 6 Sep 2003 01:45:33 +0000 (+0000) Subject: fix method name X-Git-Tag: NET_WHOIS_RAW_0_31~425 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3774237846391a76d2d5c57ac2638f64fef40cd0 fix method name --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 6f0b558b9..7e8cb0710 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -1007,16 +1007,16 @@ sub attribute_since_sqlradacct { $self->cust_svc->attribute_since_sqlradacct(@_); } -=item get_session_history TIMESTAMP_START TIMESTAMP_END +=item get_session_history_sqlradacct TIMESTAMP_START TIMESTAMP_END Returns an array of hash references of this customers login history for the given time range. (document this better) =cut -sub get_session_history { +sub get_session_history_sqlradacct { my $self = shift; - $self->cust_svc->get_session_history(@_); + $self->cust_svc->get_session_history_sqlradacct(@_); } =item radius_groups