svn: /web/doc-editor/trunk/php/ ToolsCheckEntities.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Tue, 29 Dec 2009 22:44:58 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292779

Log:
Fix var

Changed paths:
    U   web/doc-editor/trunk/php/ToolsCheckEntities.php

Modified: web/doc-editor/trunk/php/ToolsCheckEntities.php
===================================================================
--- web/doc-editor/trunk/php/ToolsCheckEntities.php	2009-12-29 20:19:58 UTC (rev 292778)
+++ web/doc-editor/trunk/php/ToolsCheckEntities.php	2009-12-29 22:44:58 UTC (rev 292779)
@@ -254,7 +254,7 @@

                 $junk = '';
                 if (!$fp = @fsockopen($scheme . $url['host'], $port, $junk, $junk, $this->urlConnectTimeout)) {
-                    return array(HTTP_CONNECT, array($num));
+                    return array('HTTP_CONNECT', array($num));

                 } else {
                     $query = "HEAD {$url['path']} HTTP/1.0\r\n"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.