cvs: pearweb /public_html package-info.php

[email protected] ("Helgi ?ormar ?orbj?rnsson")
Newsgroups php.pear.cvs,php.pear.core
Message-ID <cvsdufuz1209249800@cvsserver>
dufuz		Sat Apr 26 22:43:20 2008 UTC

  Modified files:              
    /pearweb/public_html	package-info.php 
  Log:
  Removing the Package :: part from the header to make it look nicer for hDOAP
  
http://cvs.php.net/viewvc.cgi/pearweb/public_html/package-info.php?r1=1.146&r2=1.147&diff_format=u
Index: pearweb/public_html/package-info.php
diff -u pearweb/public_html/package-info.php:1.146 pearweb/public_html/package-info.php:1.147
--- pearweb/public_html/package-info.php:1.146	Sat Apr 26 22:42:01 2008
+++ pearweb/public_html/package-info.php	Sat Apr 26 22:43:20 2008
@@ -16,7 +16,7 @@
    | Authors: Martin Jansen <[email protected]>                                  |
    |          Tomas V.V.Cox <[email protected]>                             |
    +----------------------------------------------------------------------+
-   $Id: package-info.php,v 1.146 2008/04/26 22:42:01 dufuz Exp $
+   $Id: package-info.php,v 1.147 2008/04/26 22:43:20 dufuz Exp $
 */
 
 
@@ -196,9 +196,9 @@
 $name = htmlspecialchars(strip_tags($name));
 
 if ($version) {
-    response_header('Package :: ' . $name . ' :: ' . $version, null, $trackback_header);
+    response_header($name . ' :: ' . $version, null, $trackback_header);
 } else {
-    response_header('Package :: ' . $name, null, $trackback_header);
+    response_header($name, null, $trackback_header);
 }
 
 html_category_urhere($pkg['categoryid'], true);
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.