summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormark <mark>2010-06-11 04:44:32 +0000
committermark <mark>2010-06-11 04:44:32 +0000
commit8a89d5b9f6731673c53cb3edbf20d76c2c1c8c25 (patch)
treeb1f54395813ede4b7e2e3bef32d8635eb5258af9 /bin
parentefd2b332fa19c6087cafea1da5446be180955776 (diff)
fix my mistake
Diffstat (limited to 'bin')
-rwxr-xr-xbin/apache.export8
1 files changed, 0 insertions, 8 deletions
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;