nlopess Sun Feb 5 22:40:20 2006 UTC
Modified files:
/phpdoc/scripts revcheck.php
Log:
update links to on-line CVS diffs
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/revcheck.php?r1=1.55&r2=1.56&diff_format=u
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.55 phpdoc/scripts/revcheck.php:1.56
--- phpdoc/scripts/revcheck.php:1.55 Fri Dec 16 23:24:19 2005
+++ phpdoc/scripts/revcheck.php Sun Feb 5 22:40:20 2006
@@ -83,7 +83,7 @@
// Option for the link to cvs.php.net:
define('CVS_OPT', '&view=patch');
-define('CVS_OPT_NOWS', '&view=diff&diff_format=h');
+define('CVS_OPT_NOWS', '');
// Initializing variables from parameters
$LANG = $argv[1];
@@ -852,8 +852,7 @@
if ($file["revision"][2] != "n/a" && $file["revision"][2] !== 0) {
$url = 'http://cvs.php.net/viewcvs.cgi/' .
preg_replace( "'^".$DOCDIR."'", 'phpdoc/',
$file['full_name']) .
- '?tr1=' . $file['revision'][1] . '&tr2=' .
$file['revision'][0] .
- '&r1=text&r2=text';
+ '?r1=' . $file['revision'][1] . '&r2=' .
$file['revision'][0];
$url_ws = $url . CVS_OPT_NOWS;
$url .= CVS_OPT;