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