From 887f31772448eff842a581c115d2abecb2d67b21 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 4 Aug 2005 14:48:53 +0000 Subject: [PATCH] fixing a bug preventing compilation --- members/moremember.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/moremember.pl b/members/moremember.pl index e66fc1188f..a841e1f563 100755 --- a/members/moremember.pl +++ b/members/moremember.pl @@ -222,7 +222,7 @@ $template->param( reserveloop => \@reservedata, alertloop => $alerts); independantbranches => C4::Context->preference("IndependantBranches"), - samebranch => $samebranch) if (C4::Context->preference("IndependantBranches") + samebranch => C4::Context->preference("IndependantBranches"?"":$samebranch, ); output_html_with_http_headers $input, $cookie, $template->output; -- 2.39.5