- changelog update
[plcapi.git] / lib / xmlrpc.inc
index 5deade3..79dbafb 100644 (file)
                        }\r
 \r
                    // omit port if 80\r
-                   $port = ($port == '80') ? '' : (':' . $port);\r
+                   $port = ($port == 80) ? '' : (':' . $port);\r
 \r
                        $op= 'POST ' . $uri. " HTTP/1.0\r\n" .\r
                                'User-Agent: ' . $this->user_agent . "\r\n" .\r