X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Frdf.class.php;h=d71ca447ddf44edfcb840da6425970e7136f5ff4;hb=b15dbe31e84e1af9f2305adf6900caab042d565b;hp=8233aba8cc9b01a2402b36c4eb6b4fa321af1e7b;hpb=01f61fde8c4a4e040dc089ccb274441859487e1d;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':