From 0ec33d50e25d344e786f254fa3aa6092545f0c88 Mon Sep 17 00:00:00 2001 From: bob_lyon Date: Thu, 20 Jul 2006 04:08:47 +0000 Subject: [PATCH] altering template path --- serials/alt_subscription-detail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serials/alt_subscription-detail.pl b/serials/alt_subscription-detail.pl index f59549816f..96269d5ef1 100755 --- a/serials/alt_subscription-detail.pl +++ b/serials/alt_subscription-detail.pl @@ -102,7 +102,7 @@ $totalissues-- if $totalissues; # the -1 is to have 0 if this is a new subscript # the subscription must be deletable if there is NO issues for a reason or another (should not happend, but...) ($template, $loggedinuser, $cookie) -= get_template_and_user({template_name => "serials/subscription-detail.tmpl", += get_template_and_user({template_name => "serials/alt_subscription-detail.tmpl", query => $query, type => "intranet", authnotrequired => 0, -- 2.11.0