From dfae7d7153829828d0df1539ff80cd7f5a147784 Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Mon, 28 Nov 2005 17:29:48 +0000 Subject: [PATCH] Changed the 03oz abbreviation to 03toz git-svn-id: https://projectaon.org/data/trunk@106 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- scripts/addcorr.pl | 2 +- scripts/corrtohtml.pl | 2 +- scripts/sortcorrhtml.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/addcorr.pl b/scripts/addcorr.pl index 3d449b6..1bb017c 100755 --- a/scripts/addcorr.pl +++ b/scripts/addcorr.pl @@ -85,7 +85,7 @@ my %books = ( '04wotw' => 1, '01hh' => 1, '02smr' => 1, - '03oz' => 1, + '03toz' => 1, '04cc' => 1, 'tmc' => 1, 'rh' => 1 diff --git a/scripts/corrtohtml.pl b/scripts/corrtohtml.pl index 4ede10c..2d64606 100755 --- a/scripts/corrtohtml.pl +++ b/scripts/corrtohtml.pl @@ -421,7 +421,7 @@ sub validateBookCode { '04wotw' => 1, '01hh' => 1, '02smr' => 1, - '03oz' => 1, + '03toz' => 1, '04cc' => 1, 'tmc' => 1, 'rh' => 1 diff --git a/scripts/sortcorrhtml.pl b/scripts/sortcorrhtml.pl index 1c5745e..5537824 100755 --- a/scripts/sortcorrhtml.pl +++ b/scripts/sortcorrhtml.pl @@ -162,7 +162,7 @@ sub getBookSortOrder { 04wotw 01hh 02smr - 03oz + 03toz 04cc tmc rh -- 2.17.1