From 27a4ad40075cdea17d88e5ab0b0ecdeb2f646580 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 19 Aug 2008 06:12:18 +0000 Subject: [PATCH] header --- unicorn_patron_xml2text.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/unicorn_patron_xml2text.pl b/unicorn_patron_xml2text.pl index 4df8e75..3c8029e 100755 --- a/unicorn_patron_xml2text.pl +++ b/unicorn_patron_xml2text.pl @@ -62,7 +62,7 @@ print STDOUT join("\t", @base_elements); foreach my $addr ( 1..3 ) { print STDOUT "\t" . join("\t", @addr_elements); } -print STDOUT "\tinactive_barcode1\tinactive_barcode2"; +print STDOUT "\tuserid_active\tinactive_barcode1\tinactive_barcode2"; print STDOUT "\n"; for my $patron ( $doc->documentElement->childNodes ) { -- 1.7.2.5