From: Andrew Moore <[EMAIL PROTECTED]>

displayServers appears to have had old code in it that was no longer used. I'm 
removing it.

Signed-off-by: Galen Charlton <[EMAIL PROTECTED]>
---
 C4/Koha.pm |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/C4/Koha.pm b/C4/Koha.pm
index b5f6f91..1c07cf0 100644
--- a/C4/Koha.pm
+++ b/C4/Koha.pm
@@ -914,15 +914,6 @@ sub displayServers {
     my @primaryserverloop;
 
     while ( my $data = $rq->fetchrow_hashref ) {
-        my %cell;
-        $cell{label} = $data->{'description'};
-        $cell{id}    = $data->{'name'};
-        $cell{value} =
-            $data->{host}
-          . ( $data->{port} ? ":" . $data->{port} : "" ) . "/"
-          . $data->{database}
-          if ( $data->{host} );
-        $cell{checked} = $data->{checked};
         push @primaryserverloop,
           {
             label => $data->{description},
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to