https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15798
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from M. Tompsett <[email protected]> --- I agree. mtompset@debian:~/kohaclone$ git reset --hard origin/master HEAD is now at 59fc325 Bug 15684: Fix encoding issues with quote upload mtompset@debian:~/kohaclone$ git grep -n displayServers C4/Koha.pm:53: &displayServers C4/Koha.pm:1013:=head2 displayServers C4/Koha.pm:1015: my $servers = displayServers(); C4/Koha.pm:1016: my $servers = displayServers( $position ); C4/Koha.pm:1017: my $servers = displayServers( $position, $type ); C4/Koha.pm:1019:displayServers returns a listref of hashrefs, each containing C4/Koha.pm:1037:sub displayServers { mtompset@debian:~/kohaclone$ git bz apply 15798 Bug 15798 - C4::Koha::displayServers is no longer in use 47896 - Bug 15798: Remove C4::Koha::displayServers Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 15798: Remove C4::Koha::displayServers mtompset@debian:~/kohaclone$ git grep -n displayServers mtompset@debian:~/kohaclone$ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
