cvs: docweb /www revcheck.php
[email protected] ("Philip Olson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsphilip1228248576@cvsserver> |
philip Tue Dec 2 20:09:36 2008 UTC
Modified files:
/docweb/www revcheck.php
Log:
s/viewcvs.cgi/viewvc.cgi (found by SammyWG)
http://cvs.php.net/viewvc.cgi/docweb/www/revcheck.php?r1=1.21&r2=1.22&diff_format=u
Index: docweb/www/revcheck.php
diff -u docweb/www/revcheck.php:1.21 docweb/www/revcheck.php:1.22
--- docweb/www/revcheck.php:1.21 Sun Feb 5 22:36:23 2006
+++ docweb/www/revcheck.php Tue Dec 2 20:09:36 2008
@@ -1,5 +1,5 @@
<?php
-/* $Id: revcheck.php,v 1.21 2006/02/05 22:36:23 nlopess Exp $ */
+/* $Id: revcheck.php,v 1.22 2008/12/02 20:09:36 philip Exp $ */
include '../include/init.inc.php';
include '../include/lib_revcheck.inc.php';
@@ -470,14 +470,14 @@
// If we have a 'numeric' revision diff and it is not zero,
// make a link to the CVS repository's diff script
- $r['short_name'] = '<a href="http://cvs.php.net/viewcvs.cgi/' .
+ $r['short_name'] = '<a href="http://cvs.php.net/viewvc.cgi/' .
$PROJECTS[$project][2] . $r['name'] .'/' . $r['file'] .
"?r1=1." . $r["trans_rev"] .
"&r2=1." . $r["en_rev"] .
'&view=patch">' . $r['file'] . '</a>';
// Add a [NoWS] link
- $r['short_name'] .= ' <a href="http://cvs.php.net/viewcvs.cgi/' .
+ $r['short_name'] .= ' <a href="http://cvs.php.net/viewvc.cgi/' .
$PROJECTS[$project][2] . $r['name'] .'/' . $r['file'] .
'?r1=1.' . $r['trans_rev'] .
'&r2=1.' . $r['en_rev'] .