[Koha-cvs] koha/misc asmp_marc21_bib_framework.sql [rel_2_2]

Joshua Ferraro jmf at kados.org
Fri Aug 11 16:44:04 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/08/11 14:44:03

Modified files:
	misc           : asmp_marc21_bib_framework.sql 

Log message:
	change to naming convention for frameworks labels.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/asmp_marc21_bib_framework.sql?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: asmp_marc21_bib_framework.sql
===================================================================
RCS file: /sources/koha/koha/misc/asmp_marc21_bib_framework.sql,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- asmp_marc21_bib_framework.sql	10 Aug 2006 00:59:11 -0000	1.1.2.3
+++ asmp_marc21_bib_framework.sql	11 Aug 2006 14:44:02 -0000	1.1.2.4
@@ -166,9 +166,9 @@
 -- ******************************
 
 
-INSERT INTO `biblio_framework` VALUES ('ASMP_BOOKS', 'ASMP Books (including workbooks and activity guides)');
-INSERT INTO `biblio_framework` VALUES ('ASMP_SOUND_RECORDINGS', 'ASMP Sound Recordings (including audio cassettes and CDs)');
-INSERT INTO `biblio_framework` VALUES ('ASMP_VIDEORECORDINGS', 'ASMP Videorecordings (including VHS videocassettes and DVDs)');
+INSERT INTO `biblio_framework` VALUES ('ASMP_BOOKS', 'Books, Booklets, Workbooks');
+INSERT INTO `biblio_framework` VALUES ('ASMP_SOUND_RECORDINGS', 'Audio Cassettes, CDs)');
+INSERT INTO `biblio_framework` VALUES ('ASMP_VIDEORECORDINGS', 'DVDs, VHS)');
 
 
 -- ******************************************************





More information about the Koha-cvs mailing list