slawek          Mon Mar 25 17:55:32 2002 EDT

  Modified files:              
    /phpdoc/scripts     revcheck.php 
  Log:
  Fix: do not add "1." while showing en-revision
  
  
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.21 phpdoc/scripts/revcheck.php:1.22
--- phpdoc/scripts/revcheck.php:1.21    Sun Mar 24 05:21:32 2002
+++ phpdoc/scripts/revcheck.php Mon Mar 25 17:55:31 2002
@@ -957,7 +957,7 @@
 
         // If we need the revision column, print it out
         if ($using_rev) {
-            print "<td>$finfo[revision]</td><td>1." .
+            print "<td>$finfo[revision]</td><td>" .
                   $missing_files[$finfo["name"]][1] .
                   "</td>";
         }


Reply via email to