From 17af31d4d5246a5c1dcb9ff7829bebf6c7f3a696 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 18 May 2008 22:54:56 +0000 Subject: [PATCH] oops, fix minor refactoring of auto sqlradius upgrade --- FS/FS/part_export/sqlradius.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 474f27756..8fd010f9a 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -737,7 +737,7 @@ sub all_sqlradius { sub all_sqlradius_withaccounting { my $class = shift; - grep { ! $_->option('ignore_accounting') } $class->_part_export_sqlradius; + grep { ! $_->option('ignore_accounting') } $class->all_sqlradius; } 1; -- 2.11.0