X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fapache.export;h=82eb6d6b023cb4146cea71a79de1720d2a00c655;hb=148ac21ae4677eba0e53c333ead11e74e6c8030f;hp=124a3c5bf97a793cc264b1cf9ff3549d2c6a0a04;hpb=b02e2d439440c8069879e87adaacc5d9c9147080;p=freeside.git diff --git a/bin/apache.export b/bin/apache.export index 124a3c5bf..82eb6d6b0 100755 --- a/bin/apache.export +++ b/bin/apache.export @@ -47,14 +47,6 @@ foreach my $export ( @exports ) { use vars qw($zone $username $dir $email $config); $zone = $svc_www->domain_record->zone; $config = $svc_www->config; - my $template; - my $cust_pkg = $svc_www->cust_svc->cust_pkg; - if ( $cust_pkg->getfield('susp') or $cust_pkg->getfield('cancel') ) { - $template = $export->option('template_inactive'); - } - # Use the regular template if the pkg is live - # or if template_inactive doesn't exist. - $template ||= $export->option('template'); if ( $svc_www->svc_acct ) { $username = $svc_www->svc_acct->username; $dir = $svc_www->svc_acct->dir;