[Koha-patches] [PATCH] followup - restore correct conditional

Galen Charlton galen.charlton at liblime.com
Fri Jun 12 17:46:03 CEST 2009


---
 admin/auth_tag_structure.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/auth_tag_structure.pl b/admin/auth_tag_structure.pl
index 4cd9b75..c09b5d5 100755
--- a/admin/auth_tag_structure.pl
+++ b/admin/auth_tag_structure.pl
@@ -84,7 +84,7 @@ if (!$op or $op eq 'authtype_create_confirm') {
 }
 $template->param(script_name  => $script_name);
 $template->param(authtypeloop => \@authtypesloop);
-if ($op ne 'authtype_create_confirm') {
+if ($op && $op ne 'authtype_create_confirm') {
     $template->param($op  => 1);
 } else {
     $template->param(else => 1);
-- 
1.5.6.5




More information about the Koha-patches mailing list