X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frdf.class.php;h=f0efb0c91aabb1fb786df278db77f66a30eebafd;hb=2865a2ba42f7be1851708e33a4f3325ecbff0dd1;hp=c39c1717c003c159f96cdde377438b236a907049;hpb=8a9324b2d931f54f54f4319fd7234910af77012c;p=mailer.git diff --git a/inc/rdf.class.php b/inc/rdf.class.php index c39c1717c0..f0efb0c91a 100644 --- a/inc/rdf.class.php +++ b/inc/rdf.class.php @@ -212,14 +212,14 @@ class fase4_rdf { * @var array */ var $_display_opt = array( - 'build' => '', - 'image' => '', - 'channel' => '', - 'textinput' => '', - 'cache_update' => '', - 'sitelink' => '', - 'refid' => '', - 'reflink' => '', + 'build' => "", + 'image' => "", + 'channel' => "", + 'textinput' => "", + 'cache_update' => "", + 'sitelink' => "", + 'refid' => "", + 'reflink' => "", ); /** @@ -550,8 +550,8 @@ class fase4_rdf { 'language'=>"", 'pubDate'=>"", 'lastBuildDate'=>"", - 'width'=>'', - 'height'=>'' + 'width'=>"", + 'height'=>"" ); } /** @@ -760,7 +760,7 @@ class fase4_rdf { break; case "channel": - if(isset($this->_display_opt["channel"]) AND $this->_display_opt["channel"] != "hidden" AND $this->_item["title"] != "") { + if(isset($this->_display_opt["channel"]) AND $this->_display_opt["channel"] != "hidden" AND $this->_item["title"] != '') { $this->_output .= "\n"; $this->_output .= ''."\n"; $this->_output .= "\n"; @@ -1205,10 +1205,10 @@ class fase4_rdf { { $this->_use_proxy = true; - if ($phost != "") + if ($phost != '') $this->_phost = $phost; - if ($pport != "") + if ($pport != '') $this->_pport = $pport; } @@ -1224,10 +1224,10 @@ class fase4_rdf { { $this->_use_proxy_auth = true; - if ($pname != "") + if ($pname != '') $this->_pname = $pname; - if ($ppasswd != "") + if ($ppasswd != '') $this->_ppasswd = $ppasswd; }
".htmlspecialchars($this->_item["title"])."