[Koha-cvs] CVS: koha/opac opac-shelves.pl,1.3,1.3.2.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 11 17:34:03 CET 2005


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4030/opac

Modified Files:
      Tag: rel_2_2
	opac-shelves.pl 
Log Message:
fix for http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=811 :
The OPAC requires uses to log in to view virtual shelves, and it requires a user
with librarian privileges.  Virtual shelves should be viewable by all users,
logged in or not, and editable by all logged-in users in good standing.

Index: opac-shelves.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-shelves.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** opac-shelves.pl	3 Jan 2005 11:09:34 -0000	1.3
--- opac-shelves.pl	11 Jan 2005 16:33:57 -0000	1.3.2.1
***************
*** 43,47 ****
  							query => $query,
  							type => "opac",
! 							authnotrequired => 0,
  						});
  
--- 43,47 ----
  							query => $query,
  							type => "opac",
! 							authnotrequired => 1,
  						});
  
***************
*** 188,191 ****
--- 188,197 ----
  #
  # $Log$
+ # Revision 1.3.2.1  2005/01/11 16:33:57  tipaul
+ # fix for http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=811 :
+ # The OPAC requires uses to log in to view virtual shelves, and it requires a user
+ # with librarian privileges.  Virtual shelves should be viewable by all users,
+ # logged in or not, and editable by all logged-in users in good standing.
+ #
  # Revision 1.3  2005/01/03 11:09:34  tipaul
  # synch'ing virtual shelves management in opac with the librarian one, that has more features





More information about the Koha-cvs mailing list