X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Frdf.class.php;h=f0efb0c91aabb1fb786df278db77f66a30eebafd;hp=0552c368375b84d8f57f63f1b8f54952d7ea500a;hb=63ca4d88dd8bfe31b966f6cbe1f8283f888639cf;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/inc/rdf.class.php b/inc/rdf.class.php index 0552c36837..f0efb0c91a 100644 --- a/inc/rdf.class.php +++ b/inc/rdf.class.php @@ -55,7 +55,7 @@ class fase4_rdf { var $_word_wrap = 0; /** - * Wether to recode \n ->
or not in description + * Wether to recode \n ->
or not in description * * @access private * @var boolean @@ -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"])."