From: Ryan Higgins Date: Sun, 25 May 2008 06:21:56 +0000 (-0500) Subject: Add ANSCR to default cn_source list. X-Git-Tag: v3.00.00-stableRC1~301 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=561e9437eb2086c3b35d8b9d94bb56c27c027dee;p=koha_fer Add ANSCR to default cn_source list. Signed-off-by: Joshua Ferraro --- diff --git a/installer/data/mysql/en/mandatory/class_sources.sql b/installer/data/mysql/en/mandatory/class_sources.sql index 3f6c1f2882..69d6347c66 100644 --- a/installer/data/mysql/en/mandatory/class_sources.sql +++ b/installer/data/mysql/en/mandatory/class_sources.sql @@ -32,4 +32,5 @@ INSERT INTO `class_sources` (`cn_source`, `description`, `used`, `class_sort_rul ('lcc', 'Library of Congress Classification', 1, 'lcc'), ('udc', 'Universal Decimal Classification', 0, 'generic'), ('sudocs', 'SuDoc Classification (U.S. GPO)', 0, 'generic'), + ('anscr', 'ANSCR (Sound Recordings)', 0, 'generic'), ('z', 'Other/Generic Classification Scheme', 0, 'generic');