koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha catalogue-home.pl [dev_week]


From: Tumer Garip
Subject: [Koha-cvs] koha catalogue-home.pl [dev_week]
Date: Sun, 28 May 2006 20:08:49 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Tumer Garip <address@hidden>    06/05/28 20:08:49

Modified files:
        .              : catalogue-home.pl 

Log message:
        removing unnecessary lines

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/catalogue-home.pl.diff?only_with_tag=dev_week&tr1=1.11.2.3.2.3&tr2=1.11.2.3.2.4&r1=text&r2=text

Patches:
Index: koha/catalogue-home.pl
diff -u koha/catalogue-home.pl:1.11.2.3.2.3 koha/catalogue-home.pl:1.11.2.3.2.4
--- koha/catalogue-home.pl:1.11.2.3.2.3 Sun May 28 18:49:12 2006
+++ koha/catalogue-home.pl      Sun May 28 20:08:49 2006
@@ -207,9 +207,9 @@
        $template->param(numbers => $numbers);
 
        #show the virtual shelves
-       my $results = &GetShelfListOfExt($borrowernumber);
-       $template->param(shelvescount => scalar(@{$results}));
-       $template->param(shelves => $results);
+       #my $results = &GetShelfList($borrowernumber);
+       #$template->param(shelvescount => scalar(@{$results}));
+       #$template->param(shelves => $results);
 
 ########
 if ($format eq '1') {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]