logo       
Google Custom Search
    AddThis Social Bookmark Button

cvs: pearweb /public_html/bugs bug.php: msg#00064

Subject: cvs: pearweb /public_html/bugs bug.php
cellog          Mon Feb  6 00:30:38 2006 UTC

  Modified files:              
    /pearweb/public_html/bugs   bug.php 
  Log:
  fix default case for \"try cvs\" reason
  
http://cvs.php.net/viewcvs.cgi/pearweb/public_html/bugs/bug.php?r1=1.86&r2=1.87&diff_format=u
Index: pearweb/public_html/bugs/bug.php
diff -u pearweb/public_html/bugs/bug.php:1.86 
pearweb/public_html/bugs/bug.php:1.87
--- pearweb/public_html/bugs/bug.php:1.86       Sat Feb  4 00:45:19 2006
+++ pearweb/public_html/bugs/bug.php    Mon Feb  6 00:30:38 2006
@@ -15,7 +15,7 @@
  * @package   Bugs
  * @copyright Copyright (c) 1997-2005 The PHP Group
  * @license   http://www.php.net/license/3_0.txt  PHP License
- * @version   $Id: bug.php,v 1.86 2006/02/04 00:45:19 cellog Exp $
+ * @version   $Id: bug.php,v 1.87 2006/02/06 00:30:38 cellog Exp $
  */
 
 /*
@@ -273,7 +273,7 @@
                     $ncomment = "$reason\n\n$ncomment";
                     break;
                 default :
-                    $reason = str_replace('@cvs@', 'pear/' . 
$bug['package_name']);
+                    $reason = str_replace('@cvs@', 'pear/' . 
$bug['package_name'], $reason);
                     $ncomment = "$reason\n\n$ncomment";
                     break;
             }

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>