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

Tumer Garip tgarip at neu.edu.tr
Sun May 28 22:08:49 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	dev_week
Changes by:	Tumer Garip <tgarip1957 at savannah.gnu.org>	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') {





More information about the Koha-cvs mailing list