didou Sat May 22 16:52:03 2004 EDT
Modified files:
/phpdoc/scripts revcheck.php
Log:
fixed the cvs diff link and a bug with the first line of Files
http://cvs.php.net/diff.php/phpdoc/scripts/revcheck.php?r1=1.39&r2=1.40&ty=u
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.39 phpdoc/scripts/revcheck.php:1.40
--- phpdoc/scripts/revcheck.php:1.39 Sat May 22 00:03:45 2004
+++ phpdoc/scripts/revcheck.php Sat May 22 16:52:03 2004
@@ -82,7 +82,7 @@
// Option for the link to cvs.php.net: normal: "&f=h"
// long diff: "&f=h&num=10", unified (text): "&f=u"
-define("CVS_OPT", "&f=u");
+define("CVS_OPT", "&ty=u");
// Initializing variables from parameters
$LANG = $argv[1];
@@ -772,7 +772,7 @@
$new_dir = dirname($file["full_name"]);
// If this is a new directory, put out old dir lines
- if ($new_dir != $prev_dir && isset($lines)) {
+ if ($new_dir != $prev_dir) {
echo $prev_diplay_dir;
echo " ($line_number)</th></tr>";
echo $lines;