Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / rdf.class.php
index c39c1717c003c159f96cdde377438b236a907049..f0efb0c91aabb1fb786df278db77f66a30eebafd 100644 (file)
@@ -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 .= "<tr><td>\n";
                     $this->_output .= '<table border="0" width="100%" class="fase4_rdf_meta" cellspacing="5" cellpadding="2">'."\n";
                     $this->_output .= "<tr><td class=\"fase4_rdf\"><div class=\"fase4_rdf_title\">".htmlspecialchars($this->_item["title"])."</div></td></tr>\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;
     }