Bug-3098-Bug-3108-Bug-3545 revision to XSLT syspref patch
authorJane Wagner <jwagner@ptfs.com>
Wed, 16 Sep 2009 15:15:55 +0000 (11:15 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 16 Sep 2009 17:49:13 +0000 (13:49 -0400)
commit2889603e0eb98980ed74d8ed678069ee823feed5
tree097d8ad6533df002055f38431351dc7f19c2d955
parent01760bdf1c859c4d72bf18cdfc4d2ec7b0618831
Bug-3098-Bug-3108-Bug-3545 revision to XSLT syspref patch

The patch I sent earlier repeated a line having to do with the count of items, which mean the count was now doubling (2 items instead of 1, 4 instead of 2, etc.).  This patch removes the first, now superflous line of $xmlrecord =~ s/\<\/record\>/$itemsxml\<\/record\>/;

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/XSLT.pm