[Commits] [svn:einsteintoolkit] www/info/citing/ (Rev. 422)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Sat Nov 20 23:48:30 CST 2010


User: knarf
Date: 2010/11/20 11:48 PM

Modified:
 /info/citing/
  parse_citations.pl

Log:
 fix error in parser script

File Changes:

Directory: /info/citing/
========================

File [modified]: parse_citations.pl
Delta lines: +1 -3
===================================================================
--- info/citing/parse_citations.pl	2010-11-21 05:47:09 UTC (rev 421)
+++ info/citing/parse_citations.pl	2010-11-21 05:48:30 UTC (rev 422)
@@ -1,11 +1,9 @@
 #!/usr/bin/perl
 use strict;
-use Data::Dumper;
 
-my $tmpfile = "/tmp/ET-citations.bib";
-
 sub one_filter()
 {
+  my $tmpfile = "/tmp/ET-citations.bib";
   my ($filter) = @_;
   # create bib file
   my $command = "../../bibtex/parse_bibtex.pl --input=../../manifest/einsteintoolkit.bib --filter=$filter";



More information about the Commits mailing list