https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38832
--- Comment #3 from David Cook <[email protected]> --- Comment on attachment 176151 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176151 Bug 38832: Remove code related to outer_servers_loop and outer_sup_servers_loop Review of attachment 176151: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38832&attachment=176151) ----------------------------------------------------------------- ::: catalogue/search.pl @@ -320,5 @@ > - $template->param(outer_servers_loop => $primary_servers_loop,); > - > - my $secondary_servers_loop; > - $template->param(outer_sup_servers_loop => $secondary_servers_loop,); > - Yeah this code looks like it was never actually implemented. Added in 2007 but the variables never populated. Then partially removed in 2009. May as well remove the rest now. Note that this same dead code also exists in opac/opac-search.pl, although it looks like it's already been removed from the OPAC templates. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
