svn: /pear/pearweb/trunk/public_html/ package-info.php

[email protected] (Christian Weiske) Mon, 21 Feb 2011 20:52:37 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
cweiske                                  Mon, 21 Feb 2011 20:52:37 +0000

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

Log:
remove pecl-specific code

Changed paths:
    U   pear/pearweb/trunk/public_html/package-info.php

Modified: pear/pearweb/trunk/public_html/package-info.php
===================================================================
--- pear/pearweb/trunk/public_html/package-info.php	2011-02-21 20:51:48 UTC (rev 308542)
+++ pear/pearweb/trunk/public_html/package-info.php	2011-02-21 20:52:37 UTC (rev 308543)
@@ -699,12 +699,6 @@

     // {{{ Documentation

-    // Redirect users to the end user docs if auto gen docs are not present and
-    // end user docs are, happens only in pecl
-    if ($rel_count === 0 && !empty($doc_link)) {
-        localRedirect($doc_link);
-    }
-
     echo '<table border="0" cellspacing="0" cellpadding="2" style="width: 100%">';
     echo '<tr>';
     echo '<th width="50%">&raquo; End-user documentation</th>';