]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Elements/CollectionAsTable/ParseFormat
Upgrade to 4.2.2
[usit-rt.git] / share / html / Elements / CollectionAsTable / ParseFormat
index e00370487cf03e8168f187a1836ff55e6aadf1dc..e56e9ce0fe8d40a2a574b1f6685d86d821331609 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -59,6 +59,7 @@ while ($Format =~ /($RE{delimited}{-delim=>qq{\'"}}|[{}\w.]+)/go) {
     if ($col =~ /^$RE{quoted}$/o) {
         substr($col,0,1) = "";
         substr($col,-1,1) = "";
+        $col =~ s/\\(.)/$1/g;
     }
 
     my $colref = { };