svn: SVNROOT/ commit-bugs.php

[email protected] (Rasmus Lerdorf) Tue, 21 Jul 2009 21:33:54 +0000
Newsgroups php.cvs,svn.migration
Message-ID <[email protected]>
--53bf79da49758659b6f730fe60d3d6104cd639d1
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

rasmus                                   Tue, 21 Jul 2009 21:33:54 +0000

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

Log:
This gets urlencoded later

Changed paths:
    U   SVNROOT/commit-bugs.php

Modified: SVNROOT/commit-bugs.php
===================================================================
--- SVNROOT/commit-bugs.php	2009-07-21 21:23:31 UTC (rev 284562)
+++ SVNROOT/commit-bugs.php	2009-07-21 21:33:54 UTC (rev 284563)
@@ -13,7 +13,7 @@
     '' => 'http://bugs.php.net',
 );
 $bug_rpc_url = 'http://bugs.php.net/rpc.php';
-$viewvc_url_prefix = 'http://svn.php.net/viewvc/?view=revision&amp;revision=';
+$viewvc_url_prefix = 'http://svn.php.net/viewvc/?view=revision&revision=';

 // -----------------------------------------------------------------------------------------------------------------------------
 // Get the list of mentioned bugs from the commit log

--53bf79da49758659b6f730fe60d3d6104cd639d1--