From 383108fedb4d1c4f97c6bcfffd19178c33a76709 Mon Sep 17 00:00:00 2001 From: rsoulliere <robert.soulliere@mohawkcollege.ca> Date: Tue, 27 Sep 2011 09:05:18 -0400 Subject: [PATCH] A few more fixes to exporting MARC records. --- 1.6/admin/migratingdata_1.6.xml | 2 +- 2.0/admin/migratingdata_2.0.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1.6/admin/migratingdata_1.6.xml b/1.6/admin/migratingdata_1.6.xml index dd830ae171..7f0a84a998 100644 --- a/1.6/admin/migratingdata_1.6.xml +++ b/1.6/admin/migratingdata_1.6.xml @@ -700,7 +700,7 @@ SELECT DISTINCT bre.id FROM biblio.record_entry AS bre JOIN asset.call_number AS acn ON acn.record = bre.id WHERE bre.deleted='false' and owning_lib=101 \g /home/opensrf/records.txt; </programlisting> - <para>This query will create a file called <filename>records.txt</filename> containing a column of distinct IDs of items owned by the organizational unit with the + <para>This query creates a file called <filename>records.txt</filename> containing a column of distinct IDs of items owned by the organizational unit with the <database class="field">id</database> <literal>101</literal>.</para> </step> <step> diff --git a/2.0/admin/migratingdata_2.0.xml b/2.0/admin/migratingdata_2.0.xml index 90268aaee5..92596434b9 100644 --- a/2.0/admin/migratingdata_2.0.xml +++ b/2.0/admin/migratingdata_2.0.xml @@ -679,7 +679,7 @@ SELECT DISTINCT bre.id FROM biblio.record_entry AS bre JOIN asset.call_number AS acn ON acn.record = bre.id WHERE bre.deleted='false' and owning_lib=101 \g /home/opensrf/records.txt; </programlisting> - <para>This query creates file called <filename>records.txt</filename> containing a column of distinct IDs of items owned by the organizational unit with the + <para>This query creates a file called <filename>records.txt</filename> containing a column of distinct IDs of items owned by the organizational unit with the <database class="field">id</database> <literal>101</literal>.</para> </step> <step> -- 2.11.0