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&revision=';
+$viewvc_url_prefix = 'http://svn.php.net/viewvc/?view=revision&revision=';

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

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

Reply via email to