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

Tumer Garip tgarip at neu.edu.tr
Tue May 9 16:31:58 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	dev_week
Changes by:	Tumer Garip <tgarip1957 at savannah.gnu.org>	06/05/09 14:31:58

Modified files:
	.              : catalogue-home.pl 

Log message:
	

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.1&tr2=1.11.2.3.2.2&r1=text&r2=text

Patches:
Index: koha/catalogue-home.pl
diff -u koha/catalogue-home.pl:1.11.2.3.2.1 koha/catalogue-home.pl:1.11.2.3.2.2
--- koha/catalogue-home.pl:1.11.2.3.2.1	Tue May  9 13:19:28 2006
+++ koha/catalogue-home.pl	Tue May  9 14:31:58 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 = &GetShelfListOfExt($borrowernumber);
+#	$template->param(shelvescount => scalar(@{$results}));
+#	$template->param(shelves => $results);
 
 ########
 if ($format eq '1') {





More information about the Koha-cvs mailing list