X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Frdf.class.php;h=c74eada6fbed6715bc17f71af1c8dd9dc4aaa895;hp=d71ca447ddf44edfcb840da6425970e7136f5ff4;hb=9f7884e487d89c5d311531d1da67f1806b48ec27;hpb=b15dbe31e84e1af9f2305adf6900caab042d565b diff --git a/inc/classes/rdf.class.php b/inc/classes/rdf.class.php index d71ca447dd..c74eada6fb 100644 --- a/inc/classes/rdf.class.php +++ b/inc/classes/rdf.class.php @@ -414,6 +414,8 @@ class fase4_rdf { */ function finish($return = false) { + $this->out = str_replace('$', '$', $this->out); + if (!$return) { echo $this->out; } else {