svn: /web/doc/trunk/include/ lib_general.inc.php

[email protected] (Philip Olson)
Newsgroups php.doc.web
Message-ID <[email protected]>
philip                                   Sat, 02 Jul 2011 04:40:56 +0000

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

Log:
Fixed escaping, and bugs is now https://

Changed paths:
    U   web/doc/trunk/include/lib_general.inc.php

Modified: web/doc/trunk/include/lib_general.inc.php
===================================================================
--- web/doc/trunk/include/lib_general.inc.php	2011-07-02 04:12:56 UTC (rev 312793)
+++ web/doc/trunk/include/lib_general.inc.php	2011-07-02 04:40:56 UTC (rev 312794)
@@ -275,8 +275,8 @@
             return false;
     }

-    $link = 'http://bugs.php.net/search.php?cmd=display&bug_type=All&status=Open&by=Any' .
-            '&package_name%5B%5D=' . $package;
+    $link = 'https://bugs.php.net/search.php?cmd=display&bug_type=All&status=Open&by=Any' .
+            '&package_name[]=' . $package;

     // Cached (CACHE_BUGS_COUNT defined in init.inc.php)
     if (!(is_readable($localFile) && (filemtime($localFile) > (time() - CACHE_BUGS_COUNT)))) {
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.