From ef7b60d0ada41b8f61d229d49458bd37730d1a15 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Tue, 25 Oct 2016 10:07:40 -0700 Subject: [PATCH] pod2html does not emit INDEX --- web/php/clearscm.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/php/clearscm.php b/web/php/clearscm.php index aef2a4b..068e46f 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -301,15 +301,6 @@ function scm_man ($file) { while (!feof ($stdout)) { $line = fgets ($stdout); - if (preg_match ("//", $line)) { - $end_of_index = 1; - continue; - } - - if (!$end_of_index) { - continue; - } // if - // Filter some CVS keywords properly $line = preg_replace ("/\\\$Revision\:\s*(\S*)\s*\\\$/", "Revision $1", -- 2.17.1