| TWiki version: | TWikiAlphaRelease |
| TWiki plugins: | DefaultPlugin, EmptyPlugin, InterwikiPlugin |
| Server OS: | |
| Web server: | |
| Perl version: | |
| Client OS: | |
| Web Browser: |
Index: Attach.pm
===================================================================
--- Attach.pm (revision 1587)
+++ Attach.pm (working copy)
@@ -199,6 +199,7 @@
$row =~ s/%A_SIZE%/$attrSize/go;
}
+ $comment =~ s/\|/|/g;
$comment = " " unless ( $comment );
$row =~ s/%A_COMMENT%/$comment/go;
-- PeterThoeny - 20 Jul 2004 | WebForm | |
|---|---|
| TopicClassification | BugResolved |
| TopicSummary | Pipe chars in the comment field of the attachment table are not escaped |
| InterestedParties | |
| AssignedTo | |
| AssignedToCore | PeterThoeny |
| ScheduledFor | CairoRelease |
| RelatedTopics | |
| SpecProgress | 100% |
| ImplProgress | 100% |
| DocProgress | 100% |