X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Frdf.class.php;h=d71ca447ddf44edfcb840da6425970e7136f5ff4;hb=d9053b0404cef721fb3e947cd88146891863653d;hp=8233aba8cc9b01a2402b36c4eb6b4fa321af1e7b;hpb=ebbaff92a99143650aab475fc3b64f18358bbeaf;p=mailer.git diff --git a/inc/classes/rdf.class.php b/inc/classes/rdf.class.php index 8233aba8cc..d71ca447dd 100644 --- a/inc/classes/rdf.class.php +++ b/inc/classes/rdf.class.php @@ -693,7 +693,7 @@ class fase4_rdf { $this->_item['link'] = trim($this->_item['link']); if ((!empty($this->_display_opt['refid'])) && (!empty($this->_item['link']))) { - if (!ereg('refid=', $this->_item['link'])) $this->_item['link'] .= '?refid=' . $this->_display_opt['refid']; + if (!isInString('refid=', $this->_item['link'])) $this->_item['link'] .= '?refid=' . $this->_display_opt['refid']; } switch ($name) { case 'item':