[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/catalogue ISBDdetail.pl
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/catalogue ISBDdetail.pl |
Date: |
Fri, 08 Jun 2007 15:34:55 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 07/06/08 15:34:54
Modified files:
catalogue : ISBDdetail.pl
Log message:
adding flagrequired
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/ISBDdetail.pl?cvsroot=koha&r1=1.10&r2=1.11
Patches:
Index: ISBDdetail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/ISBDdetail.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- ISBDdetail.pl 25 May 2007 09:27:46 -0000 1.10
+++ ISBDdetail.pl 8 Jun 2007 15:34:54 -0000 1.11
@@ -96,7 +96,8 @@
template_name => "catalogue/ISBDdetail.tmpl",
query => $query,
type => "intranet",
- debug => 1,
+ authnotrequired => 0,
+ flagsrequired => { catalogue => 1 },
}
);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/catalogue ISBDdetail.pl,
Antoine Farnault <=